次の方法で共有


IntegrationRuntimesOperationsExtensions.ListOutboundNetworkDependenciesEndpointsAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse> ListOutboundNetworkDependenciesEndpointsAsync (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, System.Threading.CancellationToken cancellationToken = default);
static member ListOutboundNetworkDependenciesEndpointsAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse>
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpointsAsync (operations As IIntegrationRuntimesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse)

パラメーター

operations
IIntegrationRuntimesOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

integrationRuntimeName
String

統合ランタイム名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象