NetworkMappingProperties 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
NetworkMappingProperties() |
Initializes a new instance of the NetworkMappingProperties class. |
NetworkMappingProperties(String, String, String, String, String, String, String, String, NetworkMappingFabricSpecificSettings) |
Initializes a new instance of the NetworkMappingProperties class. |
NetworkMappingProperties()
Initializes a new instance of the NetworkMappingProperties class.
public NetworkMappingProperties ();
Public Sub New ()
Applies to
NetworkMappingProperties(String, String, String, String, String, String, String, String, NetworkMappingFabricSpecificSettings)
Initializes a new instance of the NetworkMappingProperties class.
public NetworkMappingProperties (string state = default, string primaryNetworkFriendlyName = default, string primaryNetworkId = default, string primaryFabricFriendlyName = default, string recoveryNetworkFriendlyName = default, string recoveryNetworkId = default, string recoveryFabricArmId = default, string recoveryFabricFriendlyName = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMappingFabricSpecificSettings fabricSpecificSettings = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMappingProperties : string * string * string * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMappingFabricSpecificSettings -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMappingProperties
Public Sub New (Optional state As String = Nothing, Optional primaryNetworkFriendlyName As String = Nothing, Optional primaryNetworkId As String = Nothing, Optional primaryFabricFriendlyName As String = Nothing, Optional recoveryNetworkFriendlyName As String = Nothing, Optional recoveryNetworkId As String = Nothing, Optional recoveryFabricArmId As String = Nothing, Optional recoveryFabricFriendlyName As String = Nothing, Optional fabricSpecificSettings As NetworkMappingFabricSpecificSettings = Nothing)
Parameters
- state
- String
The pairing state for network mapping.
- primaryNetworkFriendlyName
- String
The primary network friendly name.
- primaryNetworkId
- String
The primary network id for network mapping.
- primaryFabricFriendlyName
- String
The primary fabric friendly name.
- recoveryNetworkFriendlyName
- String
The recovery network friendly name.
- recoveryNetworkId
- String
The recovery network id for network mapping.
- recoveryFabricArmId
- String
The recovery fabric ARM id.
- recoveryFabricFriendlyName
- String
The recovery fabric friendly name.
- fabricSpecificSettings
- NetworkMappingFabricSpecificSettings
The fabric specific settings.