Share via


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