次の方法で共有


IntegrationRuntimesOperationsExtensions.ListOutboundNetworkDependenciesEndpoints メソッド

定義

特定の Azure-SSIS 統合ランタイムの送信ネットワーク依存関係の一覧を取得します。

public static Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse ListOutboundNetworkDependenciesEndpoints (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName);
static member ListOutboundNetworkDependenciesEndpoints : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpoints (operations As IIntegrationRuntimesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String) As IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse

パラメーター

operations
IIntegrationRuntimesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

integrationRuntimeName
String

統合ランタイム名。

戻り値

適用対象