LoadTestingModelFactory.TestRunInsightColumn(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.
Represents a column of the test run insight.
public static Azure.Developer.LoadTesting.TestRunInsightColumn TestRunInsightColumn(string name = default, string dataType = default);
static member TestRunInsightColumn : string * string -> Azure.Developer.LoadTesting.TestRunInsightColumn
Public Shared Function TestRunInsightColumn (Optional name As String = Nothing, Optional dataType As String = Nothing) As TestRunInsightColumn
Parameters
- name
- String
Name of the column.
- dataType
- String
The data type of the column.
Returns
A new TestRunInsightColumn instance for mocking.