C# Класс Microsoft.Azure.Commands.SiteRecovery.GetAzureRmSiteRecoveryProtectableItem

Наследование: SiteRecoveryCmdletBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetAll void
GetByFriendlyName void
GetByName void
WriteProtectableItem void
WriteProtectableItems void

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

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

ProcessRecord of the command.

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

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

Queries all Protection Entities under given Protection Container.

GetByFriendlyName ( ) : void

Queries by friendly name.

GetByName ( ) : void

Queries by Name.

WriteProtectableItem ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectableItem protectableItem ) : void

Write Protection Items

WriteProtectableItems ( IList protectableItems ) : void

Write Protection Items

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

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

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