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

LoadTestingModelFactory.TestRunArtifacts Method

Definition

Initializes a new instance of TestRunArtifacts.

public static Azure.Developer.LoadTesting.TestRunArtifacts TestRunArtifacts(Azure.Developer.LoadTesting.TestRunInputArtifacts inputArtifacts = default, Azure.Developer.LoadTesting.TestRunOutputArtifacts outputArtifacts = default);
static member TestRunArtifacts : Azure.Developer.LoadTesting.TestRunInputArtifacts * Azure.Developer.LoadTesting.TestRunOutputArtifacts -> Azure.Developer.LoadTesting.TestRunArtifacts
Public Shared Function TestRunArtifacts (Optional inputArtifacts As TestRunInputArtifacts = Nothing, Optional outputArtifacts As TestRunOutputArtifacts = Nothing) As TestRunArtifacts

Parameters

inputArtifacts
TestRunInputArtifacts

The input artifacts for the test run.

outputArtifacts
TestRunOutputArtifacts

The output artifacts for the test run.

Returns

A new TestRunArtifacts instance for mocking.

Applies to