Share via


TestRunOutputArtifacts Class

Definition

The output artifacts for the test run.

public class TestRunOutputArtifacts : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.TestRunOutputArtifacts>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.TestRunOutputArtifacts>
type TestRunOutputArtifacts = class
    interface IJsonModel<TestRunOutputArtifacts>
    interface IPersistableModel<TestRunOutputArtifacts>
Public Class TestRunOutputArtifacts
Implements IJsonModel(Of TestRunOutputArtifacts), IPersistableModel(Of TestRunOutputArtifacts)
Inheritance
TestRunOutputArtifacts
Implements

Properties

ArtifactsContainerInfo

The container for test run artifacts.

LogsFileInfo

The test run report with metrics.

ReportFileInfo

The report file for the test run.

ResultFileInfo

The test run results file.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TestRunOutputArtifacts>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TestRunOutputArtifacts>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TestRunOutputArtifacts>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestRunOutputArtifacts>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TestRunOutputArtifacts>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to