Freigeben über


IntegrationServiceEnvironmentManagedApiResource.GetIntegrationServiceEnvironmentManagedApiOperationsAsync Methode

Definition

Ruft die verwalteten API-Vorgänge ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}/apiOperations
  • Vorgangs-IdIntegrationServiceEnvironmentManagedApiOperations_List
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von LogicApiOperationInfo , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: