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

Inheritance: SiteRecoveryCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
GetAll void
GetByName void
WriteProtectionContainerMapping void
WriteProtectionContainerMappings void

Méthodes publiques

Méthode Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Méthode 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 méthode

ProcessRecord of the command.
public ExecuteSiteRecoveryCmdlet ( ) : void
Résultat void