SearchModelFactory.McpServerStoredHeadersAuthentication Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Authentication using stored HTTP headers.
public static Azure.Search.Documents.Indexes.Models.McpServerStoredHeadersAuthentication McpServerStoredHeadersAuthentication(Azure.Search.Documents.Indexes.Models.McpServerStoredHeadersParameters storedHeadersParameters = default);
static member McpServerStoredHeadersAuthentication : Azure.Search.Documents.Indexes.Models.McpServerStoredHeadersParameters -> Azure.Search.Documents.Indexes.Models.McpServerStoredHeadersAuthentication
Public Shared Function McpServerStoredHeadersAuthentication (Optional storedHeadersParameters As McpServerStoredHeadersParameters = Nothing) As McpServerStoredHeadersAuthentication
Parameters
- storedHeadersParameters
- McpServerStoredHeadersParameters
Parameters for stored headers authentication.
Returns
A new McpServerStoredHeadersAuthentication instance for mocking.