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

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

Private Properties

Свойство Type Description
GetAll void
GetByFabric void
GetByFriendlyName void
GetByFriendlyNameLegacy void
GetByName void
GetByNameLegacy void
WriteProtectionContainer void
WriteProtectionContainers void

Méthodes publiques

Méthode Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Méthode Description
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.

Method Details

ExecuteSiteRecoveryCmdlet() public méthode

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