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

Inheritance: SiteRecoveryCmdletBase
ファイルを表示 Open project: Azure/azure-powershell

Public Properties

Property Type Description
fabricName string
protectionContainerName string
protectionEntityName string

Private Properties

Property Type Description
StartPEUnplannedFailover void
StartRPIUnplannedFailover void
StartRpUnplannedFailover void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
StartPEUnplannedFailover ( ) : void

Starts PE Unplanned failover.

StartRPIUnplannedFailover ( ) : void

Starts RPI Unplanned failover.

StartRpUnplannedFailover ( ) : void

Starts RP Unplanned failover.

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

protectionEntityName public_oe property

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