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

Inheritance: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
SetPECommit void
SetRpCommit void
WriteJob void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
SetPECommit ( ) : void

Start PE Commit.

SetRpCommit ( ) : void

Sets RP Commit.

WriteJob ( Microsoft job ) : void

Writes Job

Method Details

ExecuteCmdlet() public method

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