Partager via


HostingEnvironmentWorkerPoolCollection.GetAll(CancellationToken) Méthode

Définition

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

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

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

S’applique à