UpdateNetworkMappingInput 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
UpdateNetworkMappingInput() |
Initializes a new instance of the UpdateNetworkMappingInput class. |
UpdateNetworkMappingInput(UpdateNetworkMappingInputProperties) |
Initializes a new instance of the UpdateNetworkMappingInput class. |
UpdateNetworkMappingInput()
Initializes a new instance of the UpdateNetworkMappingInput class.
public UpdateNetworkMappingInput ();
Public Sub New ()
Applies to
UpdateNetworkMappingInput(UpdateNetworkMappingInputProperties)
Initializes a new instance of the UpdateNetworkMappingInput class.
public UpdateNetworkMappingInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateNetworkMappingInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateNetworkMappingInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateNetworkMappingInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateNetworkMappingInput
Public Sub New (Optional properties As UpdateNetworkMappingInputProperties = Nothing)
Parameters
- properties
- UpdateNetworkMappingInputProperties
The input properties needed to update network mapping.