Partilhar via


DataFactoryIntegrationRuntimeResource.GetOutboundNetworkDependencies 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.Pageable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> GetOutboundNetworkDependencies (System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutboundNetworkDependencies : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>
override this.GetOutboundNetworkDependencies : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>
Public Overridable Function GetOutboundNetworkDependencies (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a