ArmRecoveryServicesSiteRecoveryModelFactory.A2ANetworkMappingSettings 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 A2ANetworkMappingSettings.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ANetworkMappingSettings A2ANetworkMappingSettings (Azure.Core.AzureLocation? primaryFabricLocation = default, Azure.Core.AzureLocation? recoveryFabricLocation = default);
static member A2ANetworkMappingSettings : Nullable<Azure.Core.AzureLocation> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ANetworkMappingSettings
Public Shared Function A2ANetworkMappingSettings (Optional primaryFabricLocation As Nullable(Of AzureLocation) = Nothing, Optional recoveryFabricLocation As Nullable(Of AzureLocation) = Nothing) As A2ANetworkMappingSettings
Parameters
- primaryFabricLocation
- Nullable<AzureLocation>
The primary fabric location.
- recoveryFabricLocation
- Nullable<AzureLocation>
The recovery fabric location.
Returns
A new A2ANetworkMappingSettings instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET