McpServerFoundryConnectionAuthentication Constructor
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.
Initializes a new instance of McpServerFoundryConnectionAuthentication.
public McpServerFoundryConnectionAuthentication(Azure.Search.Documents.Indexes.Models.McpServerFoundryConnectionParameters foundryConnectionParameters);
new Azure.Search.Documents.Indexes.Models.McpServerFoundryConnectionAuthentication : Azure.Search.Documents.Indexes.Models.McpServerFoundryConnectionParameters -> Azure.Search.Documents.Indexes.Models.McpServerFoundryConnectionAuthentication
Public Sub New (foundryConnectionParameters As McpServerFoundryConnectionParameters)
Parameters
- foundryConnectionParameters
- McpServerFoundryConnectionParameters
Parameters for Foundry connection authentication.
Exceptions
foundryConnectionParameters is null.