LoadTestingExtensions.GetAllLoadTestingQuota Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET