Condividi tramite


PlaywrightQuotaCollection.GetAllAsync(CancellationToken) Method

Definition

Lists Playwright quota resources for a given subscription ID.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/playwrightQuotas
  • Operation Id: PlaywrightQuota_ListBySubscription
  • Default Api Version: 2025-09-01
  • Resource: PlaywrightQuotaResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Playwright.PlaywrightQuotaResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Playwright.PlaywrightQuotaResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Playwright.PlaywrightQuotaResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PlaywrightQuotaResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of PlaywrightQuotaResource that may take multiple service requests to iterate over.

Applies to