Partager via


HostingEnvironmentWorkerPoolCollection.CreateOrUpdate Méthode

Définition

Description de La création ou de la mise à jour d’un pool de workers.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}
  • IdAppServiceEnvironments_CreateOrUpdateWorkerPool d’opération
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)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

workerPoolName
String

Nom du pool de workers.

data
AppServiceWorkerPoolData

Propriétés du pool worker.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

workerPoolName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

workerPoolName ou data est null.

S’applique à