SearchModelFactory.McpServerFoundryConnectionParameters(String) Method

Definition

Parameters for Foundry connection authentication.

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

Parameters

connectionId
String

The Azure AI Foundry connection identifier.

Returns

A new McpServerFoundryConnectionParameters instance for mocking.

Applies to