RecoveryPlanA2ADetails 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
RecoveryPlanA2ADetails() |
Initializes a new instance of the RecoveryPlanA2ADetails class. |
RecoveryPlanA2ADetails(String, String, ExtendedLocation, ExtendedLocation) |
Initializes a new instance of the RecoveryPlanA2ADetails class. |
RecoveryPlanA2ADetails()
Initializes a new instance of the RecoveryPlanA2ADetails class.
public RecoveryPlanA2ADetails ();
Public Sub New ()
Applies to
RecoveryPlanA2ADetails(String, String, ExtendedLocation, ExtendedLocation)
Initializes a new instance of the RecoveryPlanA2ADetails class.
public RecoveryPlanA2ADetails (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.RecoveryPlanA2ADetails : string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanA2ADetails
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.