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

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

Méthodes publiques

Свойство Type Description
fabricName string
protectionContainerName string

Private Properties

Свойство Type Description
StartPEApplyRecoveryPoint void

Méthodes publiques

Méthode Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Méthode Description
StartPEApplyRecoveryPoint ( ) : void

Starts PE Apply Recovery Point.

Method Details

ExecuteSiteRecoveryCmdlet() public méthode

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

Property Details

fabricName public_oe property

Gets or sets Name of the Fabric.
public string fabricName
Résultat string

protectionContainerName public_oe property

Gets or sets Name of the Protection Container.
public string protectionContainerName
Résultat string