Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
LoadTestRunCreateOptions.cs905 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace AzureMcp.LoadTesting.Options.LoadTestRun; public class TestRunCreateOptions : BaseLoadTestingOptions { /// <summary> /// The ID of the load test run resource. /// </summary> public string? TestRunId { get; set; } /// <summary> /// The ID of the load test resource. /// </summary> public string? TestId { get; set; } /// <summary> /// The display name for the load test run. /// </summary> public string? DisplayName { get; set; } /// <summary> /// The description for the load test run. /// </summary> public string? Description { get; set; } /// <summary> /// The ID of an existing test run to update. If provided, the command will trigger a rerun of the given test run id. /// </summary> public string? OldTestRunId { get; set; } }

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