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