Udostępnij za pośrednictwem


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to