Udostępnij przez


PlaywrightQuotaCollection.GetAll(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.Pageable<Azure.ResourceManager.Playwright.PlaywrightQuotaResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Playwright.PlaywrightQuotaResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Playwright.PlaywrightQuotaResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PlaywrightQuotaResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to