Compartilhar via


AppServiceEnvironmentsOperationsExtensions.GetWorkerPoolAsync Método

Definição

Obter propriedades de um pool de trabalho.

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

Parâmetros

operations
IAppServiceEnvironmentsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do Ambiente do Serviço de Aplicativo.

workerPoolName
String

Nome do pool de trabalho.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Obter propriedades de um pool de trabalho.

Aplica-se a