CreateNetworkMappingInput 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
CreateNetworkMappingInput() |
Initializes a new instance of the CreateNetworkMappingInput class. |
CreateNetworkMappingInput(CreateNetworkMappingInputProperties) |
Initializes a new instance of the CreateNetworkMappingInput class. |
CreateNetworkMappingInput()
Initializes a new instance of the CreateNetworkMappingInput class.
public CreateNetworkMappingInput ();
Public Sub New ()
Applies to
CreateNetworkMappingInput(CreateNetworkMappingInputProperties)
Initializes a new instance of the CreateNetworkMappingInput class.
public CreateNetworkMappingInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateNetworkMappingInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateNetworkMappingInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateNetworkMappingInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateNetworkMappingInput
Public Sub New (properties As CreateNetworkMappingInputProperties)
Parameters
- properties
- CreateNetworkMappingInputProperties
Input properties for creating network mapping.