次の方法で共有


IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse コンストラクター

定義

オーバーロード

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse()

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

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse(IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>)

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

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse()

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

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse ();
Public Sub New ()

適用対象

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse(IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>)

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

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
Public Sub New (Optional value As IList(Of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint) = Nothing)

パラメーター

value
IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>

送信ネットワーク依存関係エンドポイントの一覧。

適用対象