Compartir a través de


AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateWorkerPool Método

Definición

Cree o actualice un grupo de trabajo.

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

workerPoolEnvelope
WorkerPoolResource

Propiedades del grupo de trabajo.

Devoluciones

Comentarios

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

Se aplica a