C# Class Microsoft.Azure.Commands.SiteRecovery.GetAzureRmSiteRecoveryProtectionContainerMapping

Inheritance: SiteRecoveryCmdletBase
Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetAll void
GetByName void
WriteProtectionContainerMapping void
WriteProtectionContainerMappings void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
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

Method Details

ExecuteSiteRecoveryCmdlet() public method

ProcessRecord of the command.
public ExecuteSiteRecoveryCmdlet ( ) : void
return void