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

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

Public Properties

Property Type Description
fabricName string
protectionContainerName string

Private Properties

Property Type Description
StartPEApplyRecoveryPoint void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
StartPEApplyRecoveryPoint ( ) : void

Starts PE Apply Recovery Point.

Method Details

ExecuteSiteRecoveryCmdlet() public method

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

Property Details

fabricName public_oe property

Gets or sets Name of the Fabric.
public string fabricName
return string

protectionContainerName public_oe property

Gets or sets Name of the Protection Container.
public string protectionContainerName
return string