Freigeben über


AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsNextAsync Methode

Definition

Ruft alle Workerpools eines App Service-Umgebung ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner>> ListWorkerPoolsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListWorkerPoolsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner>>
<Extension()>
Public Function ListWorkerPoolsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkerPoolResourceInner))

Parameter

operations
IAppServiceEnvironmentsOperations

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 Abrufen aller Workerpools eines App Service-Umgebung.

Gilt für: