RecoveryPlanTestFailoverCleanupInputProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.