LoadTestingModelFactory.TestRunOutputArtifacts 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 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.