你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataFactoryIntegrationRuntimeResource.GetOutboundNetworkDependenciesAsync Method

Definition

Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/outboundNetworkDependenciesEndpoints
  • Operation Id: IntegrationRuntimes_ListOutboundNetworkDependenciesEndpoints
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryIntegrationRuntimeResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> GetOutboundNetworkDependenciesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutboundNetworkDependenciesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>
override this.GetOutboundNetworkDependenciesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>
Public Overridable Function GetOutboundNetworkDependenciesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint that may take multiple service requests to iterate over.

Applies to