OnYourDataSystemAssignedManagedIdentityAuthenticationOptions Class

Definition

The authentication options for Azure OpenAI On Your Data when using a system-assigned managed identity.

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

Constructors

OnYourDataSystemAssignedManagedIdentityAuthenticationOptions()

Initializes a new instance of OnYourDataSystemAssignedManagedIdentityAuthenticationOptions.

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<OnYourDataSystemAssignedManagedIdentityAuthenticationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OnYourDataSystemAssignedManagedIdentityAuthenticationOptions>.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<OnYourDataSystemAssignedManagedIdentityAuthenticationOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OnYourDataSystemAssignedManagedIdentityAuthenticationOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OnYourDataSystemAssignedManagedIdentityAuthenticationOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to