Compartir a través de


AppServiceEnvironmentsOperationsExtensions.GetWorkerPoolAsync Método

Definición

Obtiene las propiedades de un grupo de trabajo.

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

Parámetros

operations
IAppServiceEnvironmentsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el recurso.

name
String

Nombre del App Service Environment.

workerPoolName
String

Nombre del grupo de trabajo.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Descripción para Obtener propiedades de un grupo de trabajo.

Se aplica a