McpServerStoredHeadersAuthentication Class

Definition

Authentication using stored HTTP headers.

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

Constructors

Name Description
McpServerStoredHeadersAuthentication(McpServerStoredHeadersParameters)

Initializes a new instance of McpServerStoredHeadersAuthentication.

Properties

Name Description
StoredHeadersParameters

Parameters for stored headers 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<McpServerStoredHeadersAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<McpServerStoredHeadersAuthentication>.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<McpServerStoredHeadersAuthentication>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<McpServerStoredHeadersAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<McpServerStoredHeadersAuthentication>.Write(ModelReaderWriterOptions)

Applies to