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

Inheritance: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
GetAll void
GetById void
GetByName void
WriteVirtualMachine void
WriteVirtualMachines void

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Méthode 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 méthode

ProcessRecord of the command.
public ExecuteCmdlet ( ) : void
Résultat void