C# Класс Microsoft.Azure.Commands.RecoveryServices.GetAzureSiteRecoveryVM

Наследование: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetAll void
GetById void
GetByName void
WriteVirtualMachine void
WriteVirtualMachines void

Открытые методы

Метод Описание
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Приватные методы

Метод Описание
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.

Описание методов

ExecuteCmdlet() публичный Метод

ProcessRecord of the command.
public ExecuteCmdlet ( ) : void
Результат void