SearchModelFactory.McpServerHeaders(IDictionary<String,String>) 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.
A dictionary of HTTP header names and values.
public static Azure.Search.Documents.Indexes.Models.McpServerHeaders McpServerHeaders(System.Collections.Generic.IDictionary<string,string> additionalProperties = default);
static member McpServerHeaders : System.Collections.Generic.IDictionary<string, string> -> Azure.Search.Documents.Indexes.Models.McpServerHeaders
Public Shared Function McpServerHeaders (Optional additionalProperties As IDictionary(Of String, String) = Nothing) As McpServerHeaders
Parameters
- additionalProperties
- IDictionary<String,String>
Returns
A new McpServerHeaders instance for mocking.