Compartilhar via


IntegrationServiceEnvironmentManagedApiResource.GetIntegrationServiceEnvironmentManagedApiOperationsAsync Método

Definição

Obtém as operações de API gerenciadas.

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

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a