Share via


TestRunInsights Class

Definition

Represents insights for the test run.

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

Constructors

Name Description
TestRunInsights()

Initializes a new instance of TestRunInsights.

Properties

Name Description
Columns

The columns of the insights.

Rows

The rows of the insights.

Status

The status of the insights.

Version

The version of the insights.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Explicit(Response to TestRunInsights)

Explicit Interface Implementations

Name Description
IJsonModel<TestRunInsights>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<TestRunInsights>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<TestRunInsights>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<TestRunInsights>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<TestRunInsights>.Write(ModelReaderWriterOptions)

Applies to