A2AExtendedLocationDetails 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
A2AExtendedLocationDetails() |
Initializes a new instance of the A2AExtendedLocationDetails class. |
A2AExtendedLocationDetails(ExtendedLocation, ExtendedLocation) |
Initializes a new instance of the A2AExtendedLocationDetails class. |
A2AExtendedLocationDetails()
Initializes a new instance of the A2AExtendedLocationDetails class.
public A2AExtendedLocationDetails ();
Public Sub New ()
Applies to
A2AExtendedLocationDetails(ExtendedLocation, ExtendedLocation)
Initializes a new instance of the A2AExtendedLocationDetails class.
public A2AExtendedLocationDetails (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.A2AExtendedLocationDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AExtendedLocationDetails
Public Sub New (Optional primaryExtendedLocation As ExtendedLocation = Nothing, Optional recoveryExtendedLocation As ExtendedLocation = Nothing)
Parameters
- primaryExtendedLocation
- ExtendedLocation
The primary ExtendedLocation.
- recoveryExtendedLocation
- ExtendedLocation
The recovery ExtendedLocation.