ArmLoadTestingModelFactory.LoadTestingQuotaBucketDimensions 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.
public static Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaBucketDimensions LoadTestingQuotaBucketDimensions(string subscriptionId = default, Azure.Core.AzureLocation? location = default);
static member LoadTestingQuotaBucketDimensions : string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaBucketDimensions
Public Shared Function LoadTestingQuotaBucketDimensions (Optional subscriptionId As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As LoadTestingQuotaBucketDimensions
Parameters
- subscriptionId
- String
Subscription Id dimension for new quota request of the quota bucket.
- location
- Nullable<AzureLocation>
Location dimension for new quota request of the quota bucket.
Returns
A new LoadTestingQuotaBucketDimensions instance for mocking.