你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdateRecoveryPlanInput Constructors

Definition

Overloads

UpdateRecoveryPlanInput()

Initializes a new instance of the UpdateRecoveryPlanInput class.

UpdateRecoveryPlanInput(UpdateRecoveryPlanInputProperties)

Initializes a new instance of the UpdateRecoveryPlanInput class.

UpdateRecoveryPlanInput()

Initializes a new instance of the UpdateRecoveryPlanInput class.

public UpdateRecoveryPlanInput ();
Public Sub New ()

Applies to

UpdateRecoveryPlanInput(UpdateRecoveryPlanInputProperties)

Initializes a new instance of the UpdateRecoveryPlanInput class.

public UpdateRecoveryPlanInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateRecoveryPlanInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateRecoveryPlanInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateRecoveryPlanInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateRecoveryPlanInput
Public Sub New (Optional properties As UpdateRecoveryPlanInputProperties = Nothing)

Parameters

properties
UpdateRecoveryPlanInputProperties

Recovery plan update properties.

Applies to