Freigeben über


AppServiceExtensions.GetOperationsProviders Methode

Definition

Beschreibung für Ruft alle verfügbaren Vorgänge für den Microsoft.Web-Ressourcenanbieter ab. Macht außerdem Ressourcenmetrikdefinitionen verfügbar.

  • Anforderungspfad/providers/Microsoft.Web/operations
  • Vorgangs-IdProvider_ListOperations
public static Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsProviders (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetOperationsProviders : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>
<Extension()>
Public Function GetOperationsProviders (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CsmOperationDescription)

Parameter

tenantResource
TenantResource

Der TenantResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von CsmOperationDescription , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: