Share via


TestRunFileInfo Class

Definition

Test run file info.

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

Properties

ExpiresOn

Expiry time of the file (RFC 3339 literal format).

FileName

Name of the file.

FileType

File type.

Uri

File URL.

ValidationFailureDetails

Validation failure error details.

ValidationStatus

Validation status of the file.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TestRunFileInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TestRunFileInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TestRunFileInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestRunFileInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TestRunFileInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to