C# 클래스 Microsoft.Azure.Commands.RecoveryServices.CreateAzureSiteRecoveryProtectionProfileObject

상속: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
EnterpriseToAzureProtectionProfileObject void
EnterpriseToEnterpriseProtectionProfileObject void
ProceedToCreateProtectionProfileObject void

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

보호된 메소드들

메소드 설명
StopProcessing ( ) : void

Handles interrupts.

비공개 메소드들

메소드 설명
EnterpriseToAzureProtectionProfileObject ( ) : void

Creates an E2A Protection Profile Object

EnterpriseToEnterpriseProtectionProfileObject ( ) : void

Creates an E2E Protection Profile object

ProceedToCreateProtectionProfileObject ( ) : void

Proceeds to Create an E2A Protection Profile Object after all the validations are done.

메소드 상세

ExecuteCmdlet() 공개 메소드

ProcessRecord of the command.
public ExecuteCmdlet ( ) : void
리턴 void

StopProcessing() 보호된 메소드

Handles interrupts.
protected StopProcessing ( ) : void
리턴 void