Dela via


AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsAsync Metod

Definition

Hämta alla arbetspooler i en App Service-miljön.

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

Parametrar

operations
IAppServiceEnvironmentsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Namnet på App Service-miljön.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Hämta alla arbetspooler i en App Service-miljön.

Gäller för