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

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

공개 프로퍼티들

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

Private Properties

프로퍼티 타입 설명
SetPEReprotect void
SetRPIReprotect void
SetRPReprotect void

공개 메소드들

메소드 설명
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

비공개 메소드들

메소드 설명
SetPEReprotect ( ) : void

PE Reprotect.

SetRPIReprotect ( ) : void

RPI Reprotect.

SetRPReprotect ( ) : void

Starts RP Reprotect.

메소드 상세

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