Partager via


IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Constructeurs

Définition

Surcharges

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()

Initialise une nouvelle instance de la classe IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails.

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails(Nullable<Int32>)

Initialise une nouvelle instance de la classe IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails.

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()

Initialise une nouvelle instance de la classe IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails.

public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails ();
Public Sub New ()

S’applique à

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails(Nullable<Int32>)

Initialise une nouvelle instance de la classe IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails.

public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails (int? port = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails : Nullable<int> -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
Public Sub New (Optional port As Nullable(Of Integer) = Nothing)

Paramètres

port
Nullable<Int32>

Port du point de terminaison.

S’applique à