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

LoadTestingModelFactory.TestRunDetail Method

Definition

Initializes a new instance of TestRunDetail.

public static Azure.Developer.LoadTesting.TestRunDetail TestRunDetail(Azure.Developer.LoadTesting.TestRunStatus status = default, string configurationId = default, System.Collections.Generic.IReadOnlyDictionary<string,string> properties = default);
static member TestRunDetail : Azure.Developer.LoadTesting.TestRunStatus * string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Developer.LoadTesting.TestRunDetail
Public Shared Function TestRunDetail (Optional status As TestRunStatus = Nothing, Optional configurationId As String = Nothing, Optional properties As IReadOnlyDictionary(Of String, String) = Nothing) As TestRunDetail

Parameters

status
TestRunStatus

Status of the test run.

configurationId
String

ID of the configuration on which the test ran.

properties
IReadOnlyDictionary<String,String>

Key value pair of extra properties associated with the test run.

Returns

A new TestRunDetail instance for mocking.

Applies to