Compartir a través de


UpdateNetworkMappingInput Constructors

Definition

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.

Applies to