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

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

Private Properties

Свойство Тип Описание
GetAll void
GetByName void
WriteProtectionContainerMapping void
WriteProtectionContainerMappings void

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

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

ProcessRecord of the command.

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

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

Queries all Protection Container Mappings for a given Protection Container

GetByName ( ) : void

Queries by Name.

WriteProtectionContainerMapping ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerMapping protectionContainerMapping ) : void

Write Protection Container Mapping

WriteProtectionContainerMappings ( IList protectionContainerMappings ) : void

Write Protection Container Mappings

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

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

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