C# Class Microsoft.Azure.Commands.RecoveryServices.GetAzureSiteRecoveryVM

Inheritance: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
Mostra file Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetAll void
GetById void
GetByName void
WriteVirtualMachine void
WriteVirtualMachines void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GetAll ( ) : void

Queries all / by default.

GetById ( ) : void

Queries by ID.

GetByName ( ) : void

Queries by name.

WriteVirtualMachine ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.VirtualMachine vm ) : void

Writes Virtual Machine.

WriteVirtualMachines ( IList vms ) : void

Writes Virtual Machines.

Method Details

ExecuteCmdlet() public method

ProcessRecord of the command.
public ExecuteCmdlet ( ) : void
return void