Share via


PlaywrightTestingExtensions.GetAllPlaywrightTestingQuota Method

Definition

Gets a collection of PlaywrightTestingQuotaResources in the SubscriptionResource. MockingTo mock this method, please mock GetAllPlaywrightTestingQuota(AzureLocation) instead.

public static Azure.ResourceManager.PlaywrightTesting.PlaywrightTestingQuotaCollection GetAllPlaywrightTestingQuota (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);
static member GetAllPlaywrightTestingQuota : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.PlaywrightTesting.PlaywrightTestingQuotaCollection
<Extension()>
Public Function GetAllPlaywrightTestingQuota (subscriptionResource As SubscriptionResource, location As AzureLocation) As PlaywrightTestingQuotaCollection

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

location
AzureLocation

The location of quota in ARM Normalized format like eastus, southeastasia etc.

Returns

An object representing collection of PlaywrightTestingQuotaResources and their operations over a PlaywrightTestingQuotaResource.

Exceptions

subscriptionResource is null.

Applies to