Share via


HostingEnvironmentWorkerPoolCollection.CreateOrUpdate Method

Definition

Description for Create or update a worker pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}
  • Operation Id: AppServiceEnvironments_CreateOrUpdateWorkerPool
  • Default Api Version: 2021-02-01
  • Resource: HostingEnvironmentWorkerPoolResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string workerPoolName, Azure.ResourceManager.AppService.AppServiceWorkerPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.AppServiceWorkerPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.AppServiceWorkerPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, workerPoolName As String, data As AppServiceWorkerPoolData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of HostingEnvironmentWorkerPoolResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

workerPoolName
String

Name of the worker pool.

data
AppServiceWorkerPoolData

Properties of the worker pool.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

workerPoolName is an empty string, and was expected to be non-empty.

workerPoolName or data is null.

Applies to