Udostępnij za pośrednictwem


ArmRecoveryServicesSiteRecoveryModelFactory.A2AExtendedLocationDetails Method

Definition

Initializes a new instance of A2AExtendedLocationDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AExtendedLocationDetails A2AExtendedLocationDetails (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation primaryExtendedLocation = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation recoveryExtendedLocation = default);
static member A2AExtendedLocationDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AExtendedLocationDetails
Public Shared Function A2AExtendedLocationDetails (Optional primaryExtendedLocation As SiteRecoveryExtendedLocation = Nothing, Optional recoveryExtendedLocation As SiteRecoveryExtendedLocation = Nothing) As A2AExtendedLocationDetails

Parameters

primaryExtendedLocation
SiteRecoveryExtendedLocation

The primary ExtendedLocation.

recoveryExtendedLocation
SiteRecoveryExtendedLocation

The recovery ExtendedLocation.

Returns

A new A2AExtendedLocationDetails instance for mocking.

Applies to