Share via


RecoveryPlanTestFailoverCleanupInputProperties Constructors

Definition

Overloads

RecoveryPlanTestFailoverCleanupInputProperties()

Initializes a new instance of the RecoveryPlanTestFailoverCleanupInputProperties class.

RecoveryPlanTestFailoverCleanupInputProperties(String)

Initializes a new instance of the RecoveryPlanTestFailoverCleanupInputProperties class.

RecoveryPlanTestFailoverCleanupInputProperties()

Initializes a new instance of the RecoveryPlanTestFailoverCleanupInputProperties class.

public RecoveryPlanTestFailoverCleanupInputProperties ();
Public Sub New ()

Applies to

RecoveryPlanTestFailoverCleanupInputProperties(String)

Initializes a new instance of the RecoveryPlanTestFailoverCleanupInputProperties class.

public RecoveryPlanTestFailoverCleanupInputProperties (string comments = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanTestFailoverCleanupInputProperties : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanTestFailoverCleanupInputProperties
Public Sub New (Optional comments As String = Nothing)

Parameters

comments
String

The test failover cleanup comments.

Applies to