Share via


RecoveryPlanA2AInput Constructors

Definition

Overloads

RecoveryPlanA2AInput()

Initializes a new instance of the RecoveryPlanA2AInput class.

RecoveryPlanA2AInput(String, String, ExtendedLocation, ExtendedLocation)

Initializes a new instance of the RecoveryPlanA2AInput class.

RecoveryPlanA2AInput()

Initializes a new instance of the RecoveryPlanA2AInput class.

public RecoveryPlanA2AInput ();
Public Sub New ()

Applies to

RecoveryPlanA2AInput(String, String, ExtendedLocation, ExtendedLocation)

Initializes a new instance of the RecoveryPlanA2AInput class.

public RecoveryPlanA2AInput (string primaryZone = default, string recoveryZone = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation primaryExtendedLocation = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation recoveryExtendedLocation = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanA2AInput : string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanA2AInput
Public Sub New (Optional primaryZone As String = Nothing, Optional recoveryZone As String = Nothing, Optional primaryExtendedLocation As ExtendedLocation = Nothing, Optional recoveryExtendedLocation As ExtendedLocation = Nothing)

Parameters

primaryZone
String

The primary zone.

recoveryZone
String

The recovery zone.

primaryExtendedLocation
ExtendedLocation

The primary extended location.

recoveryExtendedLocation
ExtendedLocation

The recovery extended location.

Applies to