Share via


LoadTestingExtensions.GetAllLoadTestingQuota Method

Definition

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

public static Azure.ResourceManager.LoadTesting.LoadTestingQuotaCollection GetAllLoadTestingQuota(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation ___location);
static member GetAllLoadTestingQuota : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.LoadTesting.LoadTestingQuotaCollection
<Extension()>
Public Function GetAllLoadTestingQuota (subscriptionResource As SubscriptionResource, ___location As AzureLocation) As LoadTestingQuotaCollection

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

___location
AzureLocation

The name of Azure region.

Returns

An object representing collection of LoadTestingQuotaResources and their operations over a LoadTestingQuotaResource.

Exceptions

subscriptionResource is null.

Applies to