C# Класс Microsoft.Azure.Commands.SiteRecovery.StartAzureRmSiteRecoveryPlannedFailoverJob

Наследование: SiteRecoveryCmdletBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
fabricName string
protectionContainerName string
protectionEntityName string

Private Properties

Свойство Тип Описание
StartPEPlannedFailover void
StartRPIPlannedFailover void
StartRpPlannedFailover void

Открытые методы

Метод Описание
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Приватные методы

Метод Описание
StartPEPlannedFailover ( ) : void

Starts PE Planned failover.

StartRPIPlannedFailover ( ) : void

Starts RPI Planned failover.

StartRpPlannedFailover ( ) : void

Starts RP Planned failover.

Описание методов

ExecuteSiteRecoveryCmdlet() публичный Метод

ProcessRecord of the command.
public ExecuteSiteRecoveryCmdlet ( ) : void
Результат void

Описание свойств

fabricName публичное свойство

Gets or sets Name of the Fabric.
public string fabricName
Результат string

protectionContainerName публичное свойство

Gets or sets Name of the Protection Container.
public string protectionContainerName
Результат string

protectionEntityName публичное свойство

Gets or sets Name of the PE.
public string protectionEntityName
Результат string