Share via


PlaywrightTestingExtensions.GetAllPlaywrightTestingQuota Method

Definition

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

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