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