RecoveryPlanPlannedFailoverInput 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
RecoveryPlanPlannedFailoverInput() |
Initializes a new instance of the RecoveryPlanPlannedFailoverInput class. |
RecoveryPlanPlannedFailoverInput(RecoveryPlanPlannedFailoverInputProperties) |
Initializes a new instance of the RecoveryPlanPlannedFailoverInput class. |
RecoveryPlanPlannedFailoverInput()
Initializes a new instance of the RecoveryPlanPlannedFailoverInput class.
public RecoveryPlanPlannedFailoverInput ();
Public Sub New ()
Applies to
RecoveryPlanPlannedFailoverInput(RecoveryPlanPlannedFailoverInputProperties)
Initializes a new instance of the RecoveryPlanPlannedFailoverInput class.
public RecoveryPlanPlannedFailoverInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInput
Public Sub New (properties As RecoveryPlanPlannedFailoverInputProperties)
Parameters
- properties
- RecoveryPlanPlannedFailoverInputProperties
The recovery plan planned failover input properties.