ArmAppContainersModelFactory.McpServerCredential(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.
The credentials used for the MCP server endpoint authentication.
public static Azure.ResourceManager.AppContainers.Models.McpServerCredential McpServerCredential(string apiKey = default);
static member McpServerCredential : string -> Azure.ResourceManager.AppContainers.Models.McpServerCredential
Public Shared Function McpServerCredential (Optional apiKey As String = Nothing) As McpServerCredential
Parameters
- apiKey
- String
The API key for the MCP server.
Returns
A new McpServerCredential instance for mocking.