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