Partager via


A2AExtendedLocationDetails Constructors

Definition

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.

Applies to