Share via


KnowledgeBaseErrorAdditionalInfo Class

Definition

The resource management error additional info.

public class KnowledgeBaseErrorAdditionalInfo : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseErrorAdditionalInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseErrorAdditionalInfo>
type KnowledgeBaseErrorAdditionalInfo = class
    interface IJsonModel<KnowledgeBaseErrorAdditionalInfo>
    interface IPersistableModel<KnowledgeBaseErrorAdditionalInfo>
Public Class KnowledgeBaseErrorAdditionalInfo
Implements IJsonModel(Of KnowledgeBaseErrorAdditionalInfo), IPersistableModel(Of KnowledgeBaseErrorAdditionalInfo)
Inheritance
KnowledgeBaseErrorAdditionalInfo
Implements

Properties

Name Description
Info

The additional info.

Type

The additional info type.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<KnowledgeBaseErrorAdditionalInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KnowledgeBaseErrorAdditionalInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeBaseErrorAdditionalInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KnowledgeBaseErrorAdditionalInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to