MockableLoadTestingSubscriptionResource.GetAllLoadTestingQuota Method

Definition

Gets a collection of LoadTestingQuotaResources in the SubscriptionResource.

public virtual Azure.ResourceManager.LoadTesting.LoadTestingQuotaCollection GetAllLoadTestingQuota (Azure.Core.AzureLocation location);
abstract member GetAllLoadTestingQuota : Azure.Core.AzureLocation -> Azure.ResourceManager.LoadTesting.LoadTestingQuotaCollection
override this.GetAllLoadTestingQuota : Azure.Core.AzureLocation -> Azure.ResourceManager.LoadTesting.LoadTestingQuotaCollection
Public Overridable Function GetAllLoadTestingQuota (location As AzureLocation) As LoadTestingQuotaCollection

Parameters

location
AzureLocation

The name of Azure region.

Returns

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

Applies to