C# Class Microsoft.Azure.Commands.RecoveryServices.StartAzureSiteRecoveryPlannedFailoverJob

Inheritance: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
显示文件 Open project: Azure/azure-powershell

Private Properties

Property Type Description
StartPEPlannedFailover void
StartRpPlannedFailover void
WriteJob void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
StartPEPlannedFailover ( ) : void

Starts PE Planned failover.

StartRpPlannedFailover ( ) : void

Starts RP Planned failover.

WriteJob ( Microsoft job ) : void

Writes Job.

Method Details

ExecuteCmdlet() public method

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