ArmLoadTestingModelFactory.LoadTestingQuotaBucketDimensions Method

Definition

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.

Applies to