Share via


RecoveryPlanTestFailoverCleanupInput Constructors

Definition

Overloads

RecoveryPlanTestFailoverCleanupInput()

Initializes a new instance of the RecoveryPlanTestFailoverCleanupInput class.

RecoveryPlanTestFailoverCleanupInput(RecoveryPlanTestFailoverCleanupInputProperties)

Initializes a new instance of the RecoveryPlanTestFailoverCleanupInput class.

RecoveryPlanTestFailoverCleanupInput()

Initializes a new instance of the RecoveryPlanTestFailoverCleanupInput class.

public RecoveryPlanTestFailoverCleanupInput ();
Public Sub New ()

Applies to

RecoveryPlanTestFailoverCleanupInput(RecoveryPlanTestFailoverCleanupInputProperties)

Initializes a new instance of the RecoveryPlanTestFailoverCleanupInput class.

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

Parameters

properties
RecoveryPlanTestFailoverCleanupInputProperties

The recovery plan test failover cleanup input properties.

Applies to