Partilhar via


IntegrationServiceEnvironmentManagedApiResource.GetIntegrationServiceEnvironmentManagedApiOperations 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
  • Operação IdIntegrationServiceEnvironmentManagedApiOperations_List
public virtual Azure.Pageable<Azure.ResourceManager.Logic.Models.LogicApiOperationInfo> GetIntegrationServiceEnvironmentManagedApiOperations (System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationServiceEnvironmentManagedApiOperations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.Models.LogicApiOperationInfo>
override this.GetIntegrationServiceEnvironmentManagedApiOperations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.Models.LogicApiOperationInfo>
Public Overridable Function GetIntegrationServiceEnvironmentManagedApiOperations (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LogicApiOperationInfo)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a