AzureToAzureNetworkMappingSettings 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
AzureToAzureNetworkMappingSettings() |
Initializes a new instance of the AzureToAzureNetworkMappingSettings class. |
AzureToAzureNetworkMappingSettings(String, String) |
Initializes a new instance of the AzureToAzureNetworkMappingSettings class. |
AzureToAzureNetworkMappingSettings()
Initializes a new instance of the AzureToAzureNetworkMappingSettings class.
public AzureToAzureNetworkMappingSettings ();
Public Sub New ()
Applies to
AzureToAzureNetworkMappingSettings(String, String)
Initializes a new instance of the AzureToAzureNetworkMappingSettings class.
public AzureToAzureNetworkMappingSettings (string primaryFabricLocation = default, string recoveryFabricLocation = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AzureToAzureNetworkMappingSettings : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AzureToAzureNetworkMappingSettings
Public Sub New (Optional primaryFabricLocation As String = Nothing, Optional recoveryFabricLocation As String = Nothing)
Parameters
- primaryFabricLocation
- String
The primary fabric location.
- recoveryFabricLocation
- String
The recovery fabric location.