PlaywrightExtensions.GetAllPlaywrightQuota Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.