// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace AzureMcp.LoadTesting.Models.LoadTestResource;
public class TestResource
{
/// <summary>
/// Gets or sets the unique Azure resource ID.
/// </summary>
public string? Id { get; set; } = string.Empty;
/// <summary>
/// Gets or sets the name of the load testing resource.
/// </summary>
public string? Name { get; set; } = string.Empty;
/// <summary>
/// Gets or sets the Azure region where the resource is deployed.
/// </summary>
public string? Location { get; set; } = string.Empty;
/// <summary>
/// Gets or sets the data plane URI for API operations.
/// </summary>
public string? DataPlaneUri { get; set; } = string.Empty;
/// <summary>
/// Gets or sets the current provisioning state of the resource.
/// </summary>
public string? ProvisioningState { get; set; } = string.Empty;
}
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