OnYourDataConnectionStringAuthenticationOptions Class

Definition

The authentication options for Azure OpenAI On Your Data when using a connection string.

public class OnYourDataConnectionStringAuthenticationOptions : Azure.AI.OpenAI.OnYourDataAuthenticationOptions, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.OnYourDataConnectionStringAuthenticationOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.OnYourDataConnectionStringAuthenticationOptions>
type OnYourDataConnectionStringAuthenticationOptions = class
    inherit OnYourDataAuthenticationOptions
    interface IJsonModel<OnYourDataConnectionStringAuthenticationOptions>
    interface IPersistableModel<OnYourDataConnectionStringAuthenticationOptions>
Public Class OnYourDataConnectionStringAuthenticationOptions
Inherits OnYourDataAuthenticationOptions
Implements IJsonModel(Of OnYourDataConnectionStringAuthenticationOptions), IPersistableModel(Of OnYourDataConnectionStringAuthenticationOptions)
Inheritance
OnYourDataConnectionStringAuthenticationOptions
Implements

Constructors

OnYourDataConnectionStringAuthenticationOptions(String)

Initializes a new instance of OnYourDataConnectionStringAuthenticationOptions.

Properties

ConnectionString

The connection string to use for authentication.

Explicit Interface Implementations

IJsonModel<OnYourDataAuthenticationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from OnYourDataAuthenticationOptions)
IJsonModel<OnYourDataAuthenticationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from OnYourDataAuthenticationOptions)
IJsonModel<OnYourDataConnectionStringAuthenticationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OnYourDataConnectionStringAuthenticationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OnYourDataAuthenticationOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from OnYourDataAuthenticationOptions)
IPersistableModel<OnYourDataAuthenticationOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from OnYourDataAuthenticationOptions)
IPersistableModel<OnYourDataAuthenticationOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from OnYourDataAuthenticationOptions)
IPersistableModel<OnYourDataConnectionStringAuthenticationOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OnYourDataConnectionStringAuthenticationOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OnYourDataConnectionStringAuthenticationOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to