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

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
StartPEPlannedFailover void
StartRPIPlannedFailover void
StartRpPlannedFailover void

Méthodes publiques

Méthode Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Méthode Description
StartPEPlannedFailover ( ) : void

Starts PE Planned failover.

StartRPIPlannedFailover ( ) : void

Starts RPI Planned failover.

StartRpPlannedFailover ( ) : void

Starts RP Planned 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