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

Inheritance: SiteRecoveryCmdletBase
Show file Open project: Azure/azure-powershell

Public Properties

Property Type Description
fabricName string
protectionContainerName string
protectionEntityName string

Private Properties

Property Type Description
StartPETestFailover void
StartRPITestFailover void
StartRpTestFailover void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
StartPETestFailover ( ) : void

Starts PE Test failover.

StartRPITestFailover ( ) : void

Starts RPI Test failover.

StartRpTestFailover ( ) : void

Starts RP Test failover.

Method Details

ExecuteSiteRecoveryCmdlet() public method

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

Property Details

fabricName public property

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

protectionContainerName public property

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

protectionEntityName public property

Gets or sets Name of the PE.
public string protectionEntityName
return string