Share via


PlaywrightWorkspaceResource.GetPlaywrightWorkspaceQuota Method

Definition

Gets a Playwright workspace quota resource by name.

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

Parameters

quotaName
PlaywrightQuotaName

The name of the PlaywrightWorkspaceQuota.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to