다음을 통해 공유


IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Constructors

Definition

Overloads

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class.

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails(Nullable<Int32>)

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class.

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class.

public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails ();
Public Sub New ()

Applies to

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails(Nullable<Int32>)

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class.

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)

Parameters

port
Nullable<Int32>

The port of endpoint.

Applies to