Freigeben über


ProviderOperationsExtensions.ListOperationsAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmOperationDescription>> ListOperationsAsync(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListOperationsAsync : Microsoft.Azure.Management.WebSites.IProviderOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmOperationDescription>>
<Extension()>
Public Function ListOperationsAsync (operations As IProviderOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmOperationDescription))

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: