SearchModelFactory.McpServerFoundryConnectionAuthentication Method

Definition

Authentication using an Azure AI Foundry connection.

public static Azure.Search.Documents.Indexes.Models.McpServerFoundryConnectionAuthentication McpServerFoundryConnectionAuthentication(Azure.Search.Documents.Indexes.Models.McpServerFoundryConnectionParameters foundryConnectionParameters = default);
static member McpServerFoundryConnectionAuthentication : Azure.Search.Documents.Indexes.Models.McpServerFoundryConnectionParameters -> Azure.Search.Documents.Indexes.Models.McpServerFoundryConnectionAuthentication
Public Shared Function McpServerFoundryConnectionAuthentication (Optional foundryConnectionParameters As McpServerFoundryConnectionParameters = Nothing) As McpServerFoundryConnectionAuthentication

Parameters

foundryConnectionParameters
McpServerFoundryConnectionParameters

Parameters for Foundry connection authentication.

Returns

A new McpServerFoundryConnectionAuthentication instance for mocking.

Applies to