McpServerFoundryConnectionAuthentication Class

Definition

Authentication using an Azure AI Foundry connection.

public class McpServerFoundryConnectionAuthentication : Azure.Search.Documents.Indexes.Models.McpServerAuthentication, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.McpServerFoundryConnectionAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.McpServerFoundryConnectionAuthentication>
type McpServerFoundryConnectionAuthentication = class
    inherit McpServerAuthentication
    interface IJsonModel<McpServerFoundryConnectionAuthentication>
    interface IPersistableModel<McpServerFoundryConnectionAuthentication>
Public Class McpServerFoundryConnectionAuthentication
Inherits McpServerAuthentication
Implements IJsonModel(Of McpServerFoundryConnectionAuthentication), IPersistableModel(Of McpServerFoundryConnectionAuthentication)
Inheritance
McpServerFoundryConnectionAuthentication
Implements

Constructors

Name Description
McpServerFoundryConnectionAuthentication(McpServerFoundryConnectionParameters)

Initializes a new instance of McpServerFoundryConnectionAuthentication.

Properties

Name Description
FoundryConnectionParameters

Parameters for Foundry connection authentication.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<McpServerAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from McpServerAuthentication)
IJsonModel<McpServerAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from McpServerAuthentication)
IJsonModel<McpServerFoundryConnectionAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<McpServerFoundryConnectionAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<McpServerAuthentication>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from McpServerAuthentication)
IPersistableModel<McpServerAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from McpServerAuthentication)
IPersistableModel<McpServerAuthentication>.Write(ModelReaderWriterOptions) (Inherited from McpServerAuthentication)
IPersistableModel<McpServerFoundryConnectionAuthentication>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<McpServerFoundryConnectionAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<McpServerFoundryConnectionAuthentication>.Write(ModelReaderWriterOptions)

Applies to