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

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

Private Properties

Свойство Тип Описание
GetAll void
GetByFabric void
GetByFriendlyName void
GetByFriendlyNameLegacy void
GetByName void
GetByNameLegacy void
WriteProtectionContainer void
WriteProtectionContainers void

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

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

ProcessRecord of the command.

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

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

Queries all Protection Containers (vault level).

GetByFabric ( ) : void

Queries all Protection Containers under given Fabric.

GetByFriendlyName ( ) : void

Queries by friendly name.

GetByFriendlyNameLegacy ( ) : void

Queries by friendly name.

GetByName ( ) : void

Queries by Name.

GetByNameLegacy ( ) : void

Queries by Name.

WriteProtectionContainer ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer protectionContainer ) : void

Write Protection Container.

WriteProtectionContainers ( IList protectionContainers ) : void

Writes Protection Containers.

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

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

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