Partager via


ElasticOpenAIIntegrationStatusResult Class

Definition

Status of the OpenAI Integration.

public class ElasticOpenAIIntegrationStatusResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.ElasticOpenAIIntegrationStatusResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.ElasticOpenAIIntegrationStatusResult>
type ElasticOpenAIIntegrationStatusResult = class
    interface IJsonModel<ElasticOpenAIIntegrationStatusResult>
    interface IPersistableModel<ElasticOpenAIIntegrationStatusResult>
Public Class ElasticOpenAIIntegrationStatusResult
Implements IJsonModel(Of ElasticOpenAIIntegrationStatusResult), IPersistableModel(Of ElasticOpenAIIntegrationStatusResult)
Inheritance
ElasticOpenAIIntegrationStatusResult
Implements

Properties

ElasticOpenAIIntegrationStatus

Status of the OpenAI Integration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticOpenAIIntegrationStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticOpenAIIntegrationStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticOpenAIIntegrationStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticOpenAIIntegrationStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticOpenAIIntegrationStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to