LoadTestingModelFactory.TestRunArtifacts Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.TestRunArtifactsPublic Shared Function TestRunArtifacts (Optional inputArtifacts As TestRunInputArtifacts = Nothing, Optional outputArtifacts As TestRunOutputArtifacts = Nothing) As TestRunArtifactsParameters
- 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.