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