Share via


LoadTestingExtensions.GetAllLoadTestingQuota Method

Definition

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

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