ArmRecoveryServicesSiteRecoveryModelFactory.A2AExtendedLocationDetails Method
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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET