RecoveryPlanTestFailoverInput 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
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.