Condividi tramite


LoadTestingModelFactory.TestRunInsights Method

Definition

Represents insights for the test run.

public static Azure.Developer.LoadTesting.TestRunInsights TestRunInsights(System.Collections.Generic.IEnumerable<Azure.Developer.LoadTesting.TestRunInsightColumn> columns = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,string>> rows = default, long? version = default, Azure.Developer.LoadTesting.OperationState? status = default);
static member TestRunInsights : seq<Azure.Developer.LoadTesting.TestRunInsightColumn> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, string>> * Nullable<int64> * Nullable<Azure.Developer.LoadTesting.OperationState> -> Azure.Developer.LoadTesting.TestRunInsights
Public Shared Function TestRunInsights (Optional columns As IEnumerable(Of TestRunInsightColumn) = Nothing, Optional rows As IDictionary(Of String, IDictionary(Of String, String)) = Nothing, Optional version As Nullable(Of Long) = Nothing, Optional status As Nullable(Of OperationState) = Nothing) As TestRunInsights

Parameters

columns
IEnumerable<TestRunInsightColumn>

The columns of the insights.

rows
IDictionary<String,IDictionary<String,String>>

The rows of the insights.

version
Nullable<Int64>

The version of the insights.

status
Nullable<OperationState>

The status of the insights.

Returns

A new TestRunInsights instance for mocking.

Applies to