Share via


RecoveryPlanTestFailoverInputProperties Constructors

Definition

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.

Applies to