C# 클래스 Microsoft.Azure.Commands.SiteRecovery.StartAzureRmSiteRecoveryUnplannedFailoverJob

상속: SiteRecoveryCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 프로퍼티들

프로퍼티 타입 설명
fabricName string
protectionContainerName string
protectionEntityName string

Private Properties

프로퍼티 타입 설명
StartPEUnplannedFailover void
StartRPIUnplannedFailover void
StartRpUnplannedFailover void

공개 메소드들

메소드 설명
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

비공개 메소드들

메소드 설명
StartPEUnplannedFailover ( ) : void

Starts PE Unplanned failover.

StartRPIUnplannedFailover ( ) : void

Starts RPI Unplanned failover.

StartRpUnplannedFailover ( ) : void

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