Share via


RecoveryPlanTestFailoverInput Constructors

Definition

Overloads

RecoveryPlanTestFailoverInput()

Initializes a new instance of the RecoveryPlanTestFailoverInput class.

RecoveryPlanTestFailoverInput(RecoveryPlanTestFailoverInputProperties)

Initializes a new instance of the RecoveryPlanTestFailoverInput class.

RecoveryPlanTestFailoverInput()

Initializes a new instance of the RecoveryPlanTestFailoverInput class.

public RecoveryPlanTestFailoverInput ();
Public Sub New ()

Applies to

RecoveryPlanTestFailoverInput(RecoveryPlanTestFailoverInputProperties)

Initializes a new instance of the RecoveryPlanTestFailoverInput class.

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

Parameters

properties
RecoveryPlanTestFailoverInputProperties

The recovery plan test failover input properties.

Applies to