Bagikan melalui


PlaywrightTestingQuotaCollection.GetAllAsync(CancellationToken) Method

Definition

List quotas for a given subscription Id.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas
  • Operation Id: Quotas_ListBySubscription
  • Default Api Version: 2023-10-01-preview
  • Resource: PlaywrightTestingQuotaResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.PlaywrightTesting.PlaywrightTestingQuotaResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PlaywrightTesting.PlaywrightTestingQuotaResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PlaywrightTesting.PlaywrightTestingQuotaResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PlaywrightTestingQuotaResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to