Condividi tramite


PlaywrightTestingAccountQuotaCollection.GetAllAsync(CancellationToken) Method

Definition

List quotas for a given account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas
  • Operation Id: AccountQuota_ListByAccount
  • Default Api Version: 2024-12-01
  • Resource: PlaywrightTestingAccountQuotaResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.PlaywrightTesting.PlaywrightTestingAccountQuotaResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PlaywrightTesting.PlaywrightTestingAccountQuotaResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PlaywrightTesting.PlaywrightTestingAccountQuotaResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PlaywrightTestingAccountQuotaResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to