Udostępnij za pośrednictwem


PlaywrightTestingAccountQuotaCollection Class

Definition

A class representing a collection of PlaywrightTestingAccountQuotaResource and their operations. Each PlaywrightTestingAccountQuotaResource in the collection will belong to the same instance of PlaywrightTestingAccountResource. To get a PlaywrightTestingAccountQuotaCollection instance call the GetPlaywrightTestingAccountQuotas method from an instance of PlaywrightTestingAccountResource.

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

Constructors

PlaywrightTestingAccountQuotaCollection()

Initializes a new instance of the PlaywrightTestingAccountQuotaCollection 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(PlaywrightTestingQuotaName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas/{quotaName}
  • Operation Id: AccountQuota_Get
  • Default Api Version: 2024-12-01
  • Resource: PlaywrightTestingAccountQuotaResource
ExistsAsync(PlaywrightTestingQuotaName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas/{quotaName}
  • Operation Id: AccountQuota_Get
  • Default Api Version: 2024-12-01
  • Resource: PlaywrightTestingAccountQuotaResource
Get(PlaywrightTestingQuotaName, CancellationToken)

Get quota by name for an account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas/{quotaName}
  • Operation Id: AccountQuota_Get
  • Default Api Version: 2024-12-01
  • Resource: PlaywrightTestingAccountQuotaResource
GetAll(CancellationToken)

List quotas for a given account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas
  • Operation Id: AccountQuota_ListByAccount
  • Default Api Version: 2024-12-01
  • Resource: PlaywrightTestingAccountQuotaResource
GetAllAsync(CancellationToken)

List quotas for a given account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas
  • Operation Id: AccountQuota_ListByAccount
  • Default Api Version: 2024-12-01
  • Resource: PlaywrightTestingAccountQuotaResource
GetAsync(PlaywrightTestingQuotaName, CancellationToken)

Get quota by name for an account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas/{quotaName}
  • Operation Id: AccountQuota_Get
  • Default Api Version: 2024-12-01
  • Resource: PlaywrightTestingAccountQuotaResource
GetIfExists(PlaywrightTestingQuotaName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas/{quotaName}
  • Operation Id: AccountQuota_Get
  • Default Api Version: 2024-12-01
  • Resource: PlaywrightTestingAccountQuotaResource
GetIfExistsAsync(PlaywrightTestingQuotaName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas/{quotaName}
  • Operation Id: AccountQuota_Get
  • Default Api Version: 2024-12-01
  • Resource: PlaywrightTestingAccountQuotaResource
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<PlaywrightTestingAccountQuotaResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<PlaywrightTestingAccountQuotaResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to