Partilhar via


IntegrationServiceEnvironmentManagedApiCollection.GetAllAsync Método

Definição

Obtém as Apis gerenciadas do ambiente de serviço de integração.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis
  • Operação IdIntegrationServiceEnvironmentManagedApis_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IntegrationServiceEnvironmentManagedApiResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a