你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DiagnosticDetail Class

Definition

Diagnostic details for validation errors.

public class DiagnosticDetail : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.OnlineExperimentation.DiagnosticDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.OnlineExperimentation.DiagnosticDetail>
type DiagnosticDetail = class
    interface IJsonModel<DiagnosticDetail>
    interface IPersistableModel<DiagnosticDetail>
Public Class DiagnosticDetail
Implements IJsonModel(Of DiagnosticDetail), IPersistableModel(Of DiagnosticDetail)
Inheritance
DiagnosticDetail
Implements

Properties

Name Description
Code

The diagnostic error code.

Message

A human-readable error message.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DiagnosticDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiagnosticDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiagnosticDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiagnosticDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiagnosticDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to