Freigeben über


ProviderOperationsExtensions.ListOperationsNextAsync 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>> ListOperationsNextAsync(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListOperationsNextAsync : Microsoft.Azure.Management.WebSites.IProviderOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmOperationDescription>>
<Extension()>
Public Function ListOperationsNextAsync (operations As IProviderOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmOperationDescription))

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

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: