Aracılığıyla paylaş


CreateNetworkMappingInputProperties Constructors

Definition

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.

Applies to