Freigeben über


PlaywrightTestingExtensions.GetAllPlaywrightTestingQuota Method

Definition

Overloads

GetAllPlaywrightTestingQuota(SubscriptionResource, AzureLocation)

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

GetAllPlaywrightTestingQuota(SubscriptionResource, String)

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

GetAllPlaywrightTestingQuota(SubscriptionResource, AzureLocation)

Source:
PlaywrightTestingExtensions.cs

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

GetAllPlaywrightTestingQuota(SubscriptionResource, String)

Source:
PlaywrightTestingExtensions.cs

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

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