Compartilhar via


DataFactoryIntegrationRuntimeResource.GetOutboundNetworkDependenciesAsync Método

Definição

Obtém a lista de dependências de rede de saída para um determinado runtime de integração do Azure-SSIS.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/outboundNetworkDependenciesEndpoints
  • Operação IdIntegrationRuntimes_ListOutboundNetworkDependenciesEndpoints
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)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint que pode levar várias solicitações de serviço para iterar.

Aplica-se a