Freigeben über


PlaywrightExtensions.GetAllPlaywrightQuota Method

Definition

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

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

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

location
AzureLocation

The name of the Azure region.

Returns

An object representing collection of PlaywrightQuotaResources and their operations over a PlaywrightQuotaResource.

Exceptions

subscriptionResource is null.

Applies to