Aracılığıyla paylaş


CreateNetworkMappingInput Constructors

Definition

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.

Applies to