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

Inheritance: SiteRecoveryCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Свойство Type Description
fabricName string
protectionContainerName string
protectionEntityName string

Private Properties

Свойство Type Description
SetPECommit void
SetRPICommit void
StartRpCommit void

Méthodes publiques

Méthode Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Méthode Description
SetPECommit ( ) : void

Start PE Commit.

SetRPICommit ( ) : void

Start RPI Commit.

StartRpCommit ( ) : void

Starts RP Commit.

Method Details

ExecuteSiteRecoveryCmdlet() public méthode

ProcessRecord of the command.
public ExecuteSiteRecoveryCmdlet ( ) : void
Résultat void

Property Details

fabricName public_oe property

Gets or sets Name of the Fabric.
public string fabricName
Résultat string

protectionContainerName public_oe property

Gets or sets ID of the Protection Container.
public string protectionContainerName
Résultat string

protectionEntityName public_oe property

Gets or sets ID of the PE.
public string protectionEntityName
Résultat string