OnYourDataAuthenticationOptions Class

Definition

The authentication options for Azure OpenAI On Your Data. Please note OnYourDataAuthenticationOptions is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OnYourDataAccessTokenAuthenticationOptions, OnYourDataApiKeyAuthenticationOptions, OnYourDataConnectionStringAuthenticationOptions, OnYourDataEncodedApiKeyAuthenticationOptions, OnYourDataKeyAndKeyIdAuthenticationOptions, OnYourDataSystemAssignedManagedIdentityAuthenticationOptions and OnYourDataUserAssignedManagedIdentityAuthenticationOptions.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.OpenAI.UnknownOnYourDataAuthenticationOptions))]
public abstract class OnYourDataAuthenticationOptions : System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.OnYourDataAuthenticationOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.OnYourDataAuthenticationOptions>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.OpenAI.UnknownOnYourDataAuthenticationOptions))>]
type OnYourDataAuthenticationOptions = class
    interface IJsonModel<OnYourDataAuthenticationOptions>
    interface IPersistableModel<OnYourDataAuthenticationOptions>
Public MustInherit Class OnYourDataAuthenticationOptions
Implements IJsonModel(Of OnYourDataAuthenticationOptions), IPersistableModel(Of OnYourDataAuthenticationOptions)
Inheritance
OnYourDataAuthenticationOptions
Derived
Attributes
Implements

Constructors

OnYourDataAuthenticationOptions()

Initializes a new instance of OnYourDataAuthenticationOptions.

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.

IJsonModel<OnYourDataAuthenticationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OnYourDataAuthenticationOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OnYourDataAuthenticationOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OnYourDataAuthenticationOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to