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

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

공개 프로퍼티들

프로퍼티 타입 설명
failoverDeploymentModel string
primaryserver string
recoveryserver string

Private Properties

프로퍼티 타입 설명
CreateRecoveryPlan void
CreateRecoveryPlan void
CreateRecoveryPlan void
CreateRecoveryPlanLegacy void

공개 메소드들

메소드 설명
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

비공개 메소드들

메소드 설명
CreateRecoveryPlan ( ) : void

Creates Replication Plan

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

Create Recovery Plan: By Service object

CreateRecoveryPlan ( string recoveryPlanName, Microsoft.Azure.Management.SiteRecovery.Models.CreateRecoveryPlanInput createRecoveryPlanInput ) : void

Create Replication Plan: Utility call

CreateRecoveryPlanLegacy ( ) : void

Creates Replication Plan Legacy.

메소드 상세

ExecuteSiteRecoveryCmdlet() 공개 메소드

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

프로퍼티 상세

failoverDeploymentModel 공개적으로 프로퍼티

Gets or sets failover deployment model
public string failoverDeploymentModel
리턴 string

primaryserver 공개적으로 프로퍼티

Gets or sets Name of the primary server.
public string primaryserver
리턴 string

recoveryserver 공개적으로 프로퍼티

Gets or sets Name of the recovery server.
public string recoveryserver
리턴 string