Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
VirtualDesktopOptionDefinitions.cs1.31 kB
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace AzureMcp.Areas.VirtualDesktop.Options; public static class VirtualDesktopOptionDefinitions { public const string HostPoolName = "hostpool"; public const string HostPoolResourceId = "hostpool-resource-id"; public const string SessionHostName = "sessionhost"; public const string ResourceGroupName = "resource-group"; public static readonly Option<string> HostPool = new( $"--{HostPoolName}", "The name of the Azure Virtual Desktop host pool. This is the unique name you chose for your hostpool." ); public static readonly Option<string> HostPoolResourceIdOption = new( $"--{HostPoolResourceId}", "The Azure resource ID of the host pool. When provided, this will be used instead of searching by name." ); public static readonly Option<string> SessionHost = new( $"--{SessionHostName}", "The name of the session host. This is the computer name of the virtual machine in the host pool." ) { IsRequired = true }; public static readonly Option<string> ResourceGroup = new( $"--{ResourceGroupName}", "The name of the Azure resource group. This is a logical container for Azure resources." ); }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Azure/azure-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server