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

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
StartPETestFailover void
StartRPITestFailover void
StartRpTestFailover void

Méthodes publiques

Méthode Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Méthode Description
StartPETestFailover ( ) : void

Starts PE Test failover.

StartRPITestFailover ( ) : void

Starts RPI Test failover.

StartRpTestFailover ( ) : void

Starts RP Test failover.

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 Name of the Protection Container.
public string protectionContainerName
Résultat string

protectionEntityName public_oe property

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