Partager via


HostingEnvironmentWorkerPoolCollection.GetAllAsync(CancellationToken) Méthode

Définition

Description pour Obtenir tous les pools de worker d’un App Service Environment.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools
  • IdAppServiceEnvironments_ListWorkerPools d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HostingEnvironmentWorkerPoolResource)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de HostingEnvironmentWorkerPoolResource service pour itérer.

S’applique à