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

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

Private Properties

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

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

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

ProcessRecord of the command.

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

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

Queries all.

GetById ( ) : void

Queries by Id.

GetByName ( ) : void

Queries by name.

WriteProtectionEntities ( IList protectionEntities ) : void

Writes Protection Entities.

WriteProtectionEntity ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionEntity pe ) : void

Writes Protection Entity.

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

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

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