LoadTestingModelFactory.DimensionValue(String, String) 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.
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.