Share via


PlaywrightTestingExtensions.GetAllPlaywrightTestingQuota Method

Definition

Overloads

GetAllPlaywrightTestingQuota(SubscriptionResource, AzureLocation)

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

GetAllPlaywrightTestingQuota(SubscriptionResource, String)

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

GetAllPlaywrightTestingQuota(SubscriptionResource, AzureLocation)

Source:
PlaywrightTestingExtensions.cs

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

GetAllPlaywrightTestingQuota(SubscriptionResource, String)

Source:
PlaywrightTestingExtensions.cs

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

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

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

___location
String

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 or ___location is null.

___location is an empty string, and was expected to be non-empty.

Applies to