Partager via


AppServiceEnvironmentsOperationsExtensions.GetWorkerPool Méthode

Définition

Obtenir les propriétés d’un pool de workers.

public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource GetWorkerPool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName);
static member GetWorkerPool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -> Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource
<Extension()>
Public Function GetWorkerPool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String) As WorkerPoolResource

Paramètres

operations
IAppServiceEnvironmentsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

name
String

Nom du App Service Environment.

workerPoolName
String

Nom du pool de workers.

Retours

Remarques

Description pour obtenir les propriétés d’un pool worker.

S’applique à