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

RecoveryPlanPlannedFailoverInput Constructors

Definition

Overloads

RecoveryPlanPlannedFailoverInput()

Initializes a new instance of the RecoveryPlanPlannedFailoverInput class.

RecoveryPlanPlannedFailoverInput(RecoveryPlanPlannedFailoverInputProperties)

Initializes a new instance of the RecoveryPlanPlannedFailoverInput class.

RecoveryPlanPlannedFailoverInput()

Initializes a new instance of the RecoveryPlanPlannedFailoverInput class.

public RecoveryPlanPlannedFailoverInput ();
Public Sub New ()

Applies to

RecoveryPlanPlannedFailoverInput(RecoveryPlanPlannedFailoverInputProperties)

Initializes a new instance of the RecoveryPlanPlannedFailoverInput class.

public RecoveryPlanPlannedFailoverInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInput
Public Sub New (properties As RecoveryPlanPlannedFailoverInputProperties)

Parameters

properties
RecoveryPlanPlannedFailoverInputProperties

The recovery plan planned failover input properties.

Applies to