RecoveryPlanPlannedFailoverInputProperties 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
RecoveryPlanPlannedFailoverInputProperties() |
Initializes a new instance of the RecoveryPlanPlannedFailoverInputProperties class. |
RecoveryPlanPlannedFailoverInputProperties(String, IList<RecoveryPlanProviderSpecificFailoverInput>) |
Initializes a new instance of the RecoveryPlanPlannedFailoverInputProperties class. |
RecoveryPlanPlannedFailoverInputProperties()
Initializes a new instance of the RecoveryPlanPlannedFailoverInputProperties class.
public RecoveryPlanPlannedFailoverInputProperties ();
Public Sub New ()
Applies to
RecoveryPlanPlannedFailoverInputProperties(String, IList<RecoveryPlanProviderSpecificFailoverInput>)
Initializes a new instance of the RecoveryPlanPlannedFailoverInputProperties class.
public RecoveryPlanPlannedFailoverInputProperties (string failoverDirection, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificFailoverInput> providerSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInputProperties : string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificFailoverInput> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInputProperties
Public Sub New (failoverDirection As String, Optional providerSpecificDetails As IList(Of RecoveryPlanProviderSpecificFailoverInput) = Nothing)
Parameters
- failoverDirection
- String
The failover direction. Possible values include: 'PrimaryToRecovery', 'RecoveryToPrimary'
- providerSpecificDetails
- IList<RecoveryPlanProviderSpecificFailoverInput>
The provider specific properties.