你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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