Partager via


AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateWorkerPool Méthode

Définition

Créer ou mettre à jour un pool de workers.

public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource CreateOrUpdateWorkerPool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope);
static member CreateOrUpdateWorkerPool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource -> Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource
<Extension()>
Public Function CreateOrUpdateWorkerPool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResource) 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.

workerPoolEnvelope
WorkerPoolResource

Propriétés du pool de workers.

Retours

Remarques

Description de La création ou de la mise à jour d’un pool de workers.

S’applique à