Freigeben über


AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateWorkerPool Methode

Definition

Erstellen oder Aktualisieren eines Workerpools

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

Parameter

operations
IAppServiceEnvironmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name des App Service-Umgebung.

workerPoolName
String

Name des Workerpools.

workerPoolEnvelope
WorkerPoolResource

Eigenschaften des Workerpools.

Gibt zurück

Hinweise

Beschreibung für Erstellen oder Aktualisieren eines Workerpools.

Gilt für: