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

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

Private Properties

프로퍼티 타입 설명
GetAll void
GetByFriendlyName void
GetByName void
GetRecoveryPlanFile void
WriteRecoveryPlan void
WriteRecoveryPlans void

공개 메소드들

메소드 설명
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

비공개 메소드들

메소드 설명
GetAll ( ) : void

Queries all / by default.

GetByFriendlyName ( ) : void

Queries by Friendly name.

GetByName ( ) : void

Queries by Name.

GetRecoveryPlanFile ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan recoveryPlan ) : void
WriteRecoveryPlan ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan recoveryPlan ) : void

Write Recovery Plan.

WriteRecoveryPlans ( IList recoveryPlanList ) : void

Write Recovery Plans.

메소드 상세

ExecuteSiteRecoveryCmdlet() 공개 메소드

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