Share via


PlaywrightWorkspaceQuotaCollection Class

Definition

A class representing a collection of PlaywrightWorkspaceQuotaResource and their operations. Each PlaywrightWorkspaceQuotaResource in the collection will belong to the same instance of PlaywrightWorkspaceResource. To get a PlaywrightWorkspaceQuotaCollection instance call the GetPlaywrightWorkspaceQuotas method from an instance of PlaywrightWorkspaceResource.

public class PlaywrightWorkspaceQuotaCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Playwright.PlaywrightWorkspaceQuotaResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Playwright.PlaywrightWorkspaceQuotaResource>
type PlaywrightWorkspaceQuotaCollection = class
    inherit ArmCollection
    interface seq<PlaywrightWorkspaceQuotaResource>
    interface IEnumerable
    interface IAsyncEnumerable<PlaywrightWorkspaceQuotaResource>
Public Class PlaywrightWorkspaceQuotaCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of PlaywrightWorkspaceQuotaResource), IEnumerable(Of PlaywrightWorkspaceQuotaResource)
Inheritance
PlaywrightWorkspaceQuotaCollection
Implements

Constructors

PlaywrightWorkspaceQuotaCollection()

Initializes a new instance of the PlaywrightWorkspaceQuotaCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(PlaywrightQuotaName, CancellationToken)

Checks to see if the resource exists in azure.

  • 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
ExistsAsync(PlaywrightQuotaName, CancellationToken)

Checks to see if the resource exists in azure.

  • 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
Get(PlaywrightQuotaName, CancellationToken)

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
GetAll(CancellationToken)

Lists quota resources for a given Playwright workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}/quotas
  • Operation Id: PlaywrightWorkspaceQuota_ListByPlaywrightWorkspace
  • Default Api Version: 2025-09-01
  • Resource: PlaywrightWorkspaceQuotaResource
GetAllAsync(CancellationToken)

Lists quota resources for a given Playwright workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}/quotas
  • Operation Id: PlaywrightWorkspaceQuota_ListByPlaywrightWorkspace
  • Default Api Version: 2025-09-01
  • Resource: PlaywrightWorkspaceQuotaResource
GetAsync(PlaywrightQuotaName, CancellationToken)

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
GetIfExists(PlaywrightQuotaName, CancellationToken)

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
GetIfExistsAsync(PlaywrightQuotaName, CancellationToken)

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
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<PlaywrightWorkspaceQuotaResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<PlaywrightWorkspaceQuotaResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to