Compartilhar via


HostingEnvironmentWorkerPoolCollection.CreateOrUpdateAsync Método

Definição

Descrição para Criar ou atualizar um pool de trabalho.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}
  • Operação IdAppServiceEnvironments_CreateOrUpdateWorkerPool
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string workerPoolName, Azure.ResourceManager.AppService.AppServiceWorkerPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.AppServiceWorkerPoolData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.AppServiceWorkerPoolData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, workerPoolName As String, data As AppServiceWorkerPoolData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of HostingEnvironmentWorkerPoolResource))

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

workerPoolName
String

Nome do pool de trabalho.

data
AppServiceWorkerPoolData

Propriedades do pool de trabalho.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

workerPoolName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

workerPoolName ou data é nulo.

Aplica-se a