Share via


PlaywrightWorkspaceQuotaCollection.GetAll(CancellationToken) Method

Definition

Lists quota resources for a given Playwright workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}/quotas
  • Operation Id: PlaywrightWorkspaceQuota_ListByPlaywrightWorkspace
  • Default Api Version: 2025-09-01
  • Resource: PlaywrightWorkspaceQuotaResource
public virtual Azure.Pageable<Azure.ResourceManager.Playwright.PlaywrightWorkspaceQuotaResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Playwright.PlaywrightWorkspaceQuotaResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Playwright.PlaywrightWorkspaceQuotaResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PlaywrightWorkspaceQuotaResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to