PlaywrightTestingExtensions.GetAllPlaywrightTestingQuota 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 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
Azure SDK for .NET