Compartir a través de


AppServiceEnvironmentsOperationsExtensions.UpdateWorkerPool Método

Definición

Cree o actualice un grupo de trabajo.

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

Parámetros

operations
IAppServiceEnvironmentsOperations

El grupo de operaciones de 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.

workerPoolEnvelope
WorkerPoolResource

Propiedades del grupo de trabajo.

Devoluciones

Comentarios

Descripción para Crear o actualizar un grupo de trabajo.

Se aplica a