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

Inheritance: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
StartPEUnplannedFailover void
StartRpUnPlannedFailover void
WriteJob void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
StartPEUnplannedFailover ( ) : void

Starts PE Unplanned failover.

StartRpUnPlannedFailover ( ) : 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