Partager via


HostingEnvironmentWorkerPoolCollection.GetAsync Méthode

Définition

Description pour obtenir les propriétés d’un pool de workers.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}
  • IdAppServiceEnvironments_GetWorkerPool d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>> GetAsync (string workerPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>>
Public Overridable Function GetAsync (workerPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HostingEnvironmentWorkerPoolResource))

Paramètres

workerPoolName
String

Nom du pool de workers.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

workerPoolName est une chaîne vide et devait être non vide.

workerPoolName a la valeur null.

S’applique à