次の方法で共有


IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails コンストラクター

定義

オーバーロード

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails クラスの新しいインスタンスを初期化します。

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails(Nullable<Int32>)

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails クラスの新しいインスタンスを初期化します。

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails クラスの新しいインスタンスを初期化します。

public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails ();
Public Sub New ()

適用対象

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails(Nullable<Int32>)

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)

パラメーター

port
Nullable<Int32>

エンドポイントのポート。

適用対象