Share via


PlaywrightQuotaResource.GetAsync(CancellationToken) Method

Definition

Gets a subscription-level location-based Playwright quota resource by name.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/playwrightQuotas/{playwrightQuotaName}
  • Operation Id: PlaywrightQuota_Get
  • Default Api Version: 2025-09-01
  • Resource: PlaywrightQuotaResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Playwright.PlaywrightQuotaResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Playwright.PlaywrightQuotaResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Playwright.PlaywrightQuotaResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PlaywrightQuotaResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to