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

LoadTestingModelFactory.DimensionValue(String, String) Method

Definition

Initializes a new instance of DimensionValue.

public static Azure.Developer.LoadTesting.DimensionValue DimensionValue(string name = default, string value = default);
static member DimensionValue : string * string -> Azure.Developer.LoadTesting.DimensionValue
Public Shared Function DimensionValue (Optional name As String = Nothing, Optional value As String = Nothing) As DimensionValue

Parameters

name
String

The name of the dimension.

value
String

The value of the dimension.

Returns

A new DimensionValue instance for mocking.

Applies to