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

LoadTestingModelFactory.TestRunOutputArtifacts Method

Definition

Initializes a new instance of TestRunOutputArtifacts.

public static Azure.Developer.LoadTesting.TestRunOutputArtifacts TestRunOutputArtifacts(Azure.Developer.LoadTesting.TestRunFileInfo resultFileInfo = default, Azure.Developer.LoadTesting.TestRunFileInfo logsFileInfo = default, Azure.Developer.LoadTesting.ArtifactsContainerInfo artifactsContainerInfo = default, Azure.Developer.LoadTesting.TestRunFileInfo reportFileInfo = default);
static member TestRunOutputArtifacts : Azure.Developer.LoadTesting.TestRunFileInfo * Azure.Developer.LoadTesting.TestRunFileInfo * Azure.Developer.LoadTesting.ArtifactsContainerInfo * Azure.Developer.LoadTesting.TestRunFileInfo -> Azure.Developer.LoadTesting.TestRunOutputArtifacts
Public Shared Function TestRunOutputArtifacts (Optional resultFileInfo As TestRunFileInfo = Nothing, Optional logsFileInfo As TestRunFileInfo = Nothing, Optional artifactsContainerInfo As ArtifactsContainerInfo = Nothing, Optional reportFileInfo As TestRunFileInfo = Nothing) As TestRunOutputArtifacts

Parameters

resultFileInfo
TestRunFileInfo

The test run results file.

logsFileInfo
TestRunFileInfo

The test run report with metrics.

artifactsContainerInfo
ArtifactsContainerInfo

The container for test run artifacts.

reportFileInfo
TestRunFileInfo

The report file for the test run.

Returns

A new TestRunOutputArtifacts instance for mocking.

Applies to