CreateNetworkMappingInputProperties 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
CreateNetworkMappingInputProperties() |
Initializes a new instance of the CreateNetworkMappingInputProperties class. |
CreateNetworkMappingInputProperties(String, String, FabricSpecificCreateNetworkMappingInput) |
Initializes a new instance of the CreateNetworkMappingInputProperties class. |
CreateNetworkMappingInputProperties()
Initializes a new instance of the CreateNetworkMappingInputProperties class.
public CreateNetworkMappingInputProperties ();
Public Sub New ()
Applies to
CreateNetworkMappingInputProperties(String, String, FabricSpecificCreateNetworkMappingInput)
Initializes a new instance of the CreateNetworkMappingInputProperties class.
public CreateNetworkMappingInputProperties (string recoveryNetworkId, string recoveryFabricName = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificCreateNetworkMappingInput fabricSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateNetworkMappingInputProperties : string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificCreateNetworkMappingInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateNetworkMappingInputProperties
Public Sub New (recoveryNetworkId As String, Optional recoveryFabricName As String = Nothing, Optional fabricSpecificDetails As FabricSpecificCreateNetworkMappingInput = Nothing)
Parameters
- recoveryNetworkId
- String
Recovery network Id.
- recoveryFabricName
- String
Recovery fabric Name.
- fabricSpecificDetails
- FabricSpecificCreateNetworkMappingInput
Fabric specific input properties.