Share via


PlaywrightWorkspaceQuotaCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • 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 System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Playwright.PlaywrightWorkspaceQuotaResource>> GetIfExistsAsync(Azure.ResourceManager.Playwright.Models.PlaywrightQuotaName quotaName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : Azure.ResourceManager.Playwright.Models.PlaywrightQuotaName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Playwright.PlaywrightWorkspaceQuotaResource>>
override this.GetIfExistsAsync : Azure.ResourceManager.Playwright.Models.PlaywrightQuotaName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Playwright.PlaywrightWorkspaceQuotaResource>>
Public Overridable Function GetIfExistsAsync (quotaName As PlaywrightQuotaName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of PlaywrightWorkspaceQuotaResource))

Parameters

quotaName
PlaywrightQuotaName

The name of the PlaywrightWorkspaceQuota.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to