你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Metric Definitions - List At Subscription Scope

Lists订阅的指标定义。

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Insights/metricDefinitions?api-version=2023-10-01&region={region}
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Insights/metricDefinitions?api-version=2023-10-01&region={region}&metricnamespace={metricnamespace}

URI 参数

名称 必需 类型 说明
subscriptionId
path True

string

目标订阅的 ID。

api-version
query True

string

要用于此操作的 API 版本。

region
query True

string

所需指标所在的区域。

metricnamespace
query

string

所需指标所在的指标命名空间。

响应

名称 类型 说明
200 OK

SubscriptionScopeMetricDefinitionCollection

成功请求获取指标定义列表

Other Status Codes

ErrorContract

描述操作失败原因的错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 流

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名称 说明
user_impersonation 模拟用户帐户

示例

Get Subscription level Metric Definitions without filter

Sample Request

GET https://management.azure.com/subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/Microsoft.Insights/metricDefinitions?api-version=2023-10-01&region=westus2&metricnamespace=microsoft.compute/virtualmachines

Sample Response

{
  "value": [
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Percentage CPU",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Percentage CPU",
        "localizedValue": "Percentage CPU"
      },
      "displayDescription": "The percentage of allocated compute units that are currently in use by the Virtual Machine(s)",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Network In",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Network In",
        "localizedValue": "Network In Billable (Deprecated)"
      },
      "displayDescription": "The number of billable bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic) (Deprecated)",
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Network Out",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Network Out",
        "localizedValue": "Network Out Billable (Deprecated)"
      },
      "displayDescription": "The number of billable bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic) (Deprecated)",
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Disk Read Bytes",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Disk Read Bytes",
        "localizedValue": "Disk Read Bytes"
      },
      "displayDescription": "Bytes read from disk during monitoring period",
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Disk Write Bytes",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Disk Write Bytes",
        "localizedValue": "Disk Write Bytes"
      },
      "displayDescription": "Bytes written to disk during monitoring period",
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Disk Read Operations/Sec",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Disk Read Operations/Sec",
        "localizedValue": "Disk Read Operations/Sec"
      },
      "displayDescription": "Disk Read IOPS",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Disk Write Operations/Sec",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Disk Write Operations/Sec",
        "localizedValue": "Disk Write Operations/Sec"
      },
      "displayDescription": "Disk Write IOPS",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/CPU Credits Remaining",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "CPU Credits Remaining",
        "localizedValue": "CPU Credits Remaining"
      },
      "displayDescription": "Total number of credits available to burst. Only available on B-series burstable VMs",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/CPU Credits Consumed",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "CPU Credits Consumed",
        "localizedValue": "CPU Credits Consumed"
      },
      "displayDescription": "Total number of credits consumed by the Virtual Machine. Only available on B-series burstable VMs",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Read Bytes/sec",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Read Bytes/sec",
        "localizedValue": "Data Disk Read Bytes/Sec"
      },
      "displayDescription": "Bytes/Sec read from a single disk during monitoring period",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Write Bytes/sec",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Write Bytes/sec",
        "localizedValue": "Data Disk Write Bytes/Sec"
      },
      "displayDescription": "Bytes/Sec written to a single disk during monitoring period",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Read Operations/Sec",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Read Operations/Sec",
        "localizedValue": "Data Disk Read Operations/Sec"
      },
      "displayDescription": "Read IOPS from a single disk during monitoring period",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Write Operations/Sec",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Write Operations/Sec",
        "localizedValue": "Data Disk Write Operations/Sec"
      },
      "displayDescription": "Write IOPS from a single disk during monitoring period",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Queue Depth",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Queue Depth",
        "localizedValue": "Data Disk Queue Depth"
      },
      "displayDescription": "Data Disk Queue Depth(or Queue Length)",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Bandwidth Consumed Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Bandwidth Consumed Percentage",
        "localizedValue": "Data Disk Bandwidth Consumed Percentage"
      },
      "displayDescription": "Percentage of data disk bandwidth consumed per minute",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk IOPS Consumed Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk IOPS Consumed Percentage",
        "localizedValue": "Data Disk IOPS Consumed Percentage"
      },
      "displayDescription": "Percentage of data disk I/Os consumed per minute",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Target Bandwidth",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Target Bandwidth",
        "localizedValue": "Data Disk Target Bandwidth"
      },
      "displayDescription": "Baseline bytes per second throughput Data Disk can achieve without bursting",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Target IOPS",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Target IOPS",
        "localizedValue": "Data Disk Target IOPS"
      },
      "displayDescription": "Baseline IOPS Data Disk can achieve without bursting",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Max Burst Bandwidth",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Max Burst Bandwidth",
        "localizedValue": "Data Disk Max Burst Bandwidth"
      },
      "displayDescription": "Maximum bytes per second throughput Data Disk can achieve with bursting",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Max Burst IOPS",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Max Burst IOPS",
        "localizedValue": "Data Disk Max Burst IOPS"
      },
      "displayDescription": "Maximum IOPS Data Disk can achieve with bursting",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Used Burst BPS Credits Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Used Burst BPS Credits Percentage",
        "localizedValue": "Data Disk Used Burst BPS Credits Percentage"
      },
      "displayDescription": "Percentage of Data Disk burst bandwidth credits used so far",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Data Disk Used Burst IO Credits Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Data Disk Used Burst IO Credits Percentage",
        "localizedValue": "Data Disk Used Burst IO Credits Percentage"
      },
      "displayDescription": "Percentage of Data Disk burst I/O credits used so far",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Read Bytes/sec",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Read Bytes/sec",
        "localizedValue": "OS Disk Read Bytes/Sec"
      },
      "displayDescription": "Bytes/Sec read from a single disk during monitoring period for OS disk",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Write Bytes/sec",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Write Bytes/sec",
        "localizedValue": "OS Disk Write Bytes/Sec"
      },
      "displayDescription": "Bytes/Sec written to a single disk during monitoring period for OS disk",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Read Operations/Sec",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Read Operations/Sec",
        "localizedValue": "OS Disk Read Operations/Sec"
      },
      "displayDescription": "Read IOPS from a single disk during monitoring period for OS disk",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Write Operations/Sec",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Write Operations/Sec",
        "localizedValue": "OS Disk Write Operations/Sec"
      },
      "displayDescription": "Write IOPS from a single disk during monitoring period for OS disk",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Queue Depth",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Queue Depth",
        "localizedValue": "OS Disk Queue Depth"
      },
      "displayDescription": "OS Disk Queue Depth(or Queue Length)",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Bandwidth Consumed Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Bandwidth Consumed Percentage",
        "localizedValue": "OS Disk Bandwidth Consumed Percentage"
      },
      "displayDescription": "Percentage of operating system disk bandwidth consumed per minute",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk IOPS Consumed Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk IOPS Consumed Percentage",
        "localizedValue": "OS Disk IOPS Consumed Percentage"
      },
      "displayDescription": "Percentage of operating system disk I/Os consumed per minute",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Target Bandwidth",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Target Bandwidth",
        "localizedValue": "OS Disk Target Bandwidth"
      },
      "displayDescription": "Baseline bytes per second throughput OS Disk can achieve without bursting",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Target IOPS",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Target IOPS",
        "localizedValue": "OS Disk Target IOPS"
      },
      "displayDescription": "Baseline IOPS OS Disk can achieve without bursting",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Max Burst Bandwidth",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Max Burst Bandwidth",
        "localizedValue": "OS Disk Max Burst Bandwidth"
      },
      "displayDescription": "Maximum bytes per second throughput OS Disk can achieve with bursting",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Max Burst IOPS",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Max Burst IOPS",
        "localizedValue": "OS Disk Max Burst IOPS"
      },
      "displayDescription": "Maximum IOPS OS Disk can achieve with bursting",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Used Burst BPS Credits Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Used Burst BPS Credits Percentage",
        "localizedValue": "OS Disk Used Burst BPS Credits Percentage"
      },
      "displayDescription": "Percentage of OS Disk burst bandwidth credits used so far",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/OS Disk Used Burst IO Credits Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "OS Disk Used Burst IO Credits Percentage",
        "localizedValue": "OS Disk Used Burst IO Credits Percentage"
      },
      "displayDescription": "Percentage of OS Disk burst I/O credits used so far",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Inbound Flows",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Inbound Flows",
        "localizedValue": "Inbound Flows"
      },
      "displayDescription": "Inbound Flows are number of current flows in the inbound direction (traffic going into the VM)",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Outbound Flows",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Outbound Flows",
        "localizedValue": "Outbound Flows"
      },
      "displayDescription": "Outbound Flows are number of current flows in the outbound direction (traffic going out of the VM)",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Inbound Flows Maximum Creation Rate",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Inbound Flows Maximum Creation Rate",
        "localizedValue": "Inbound Flows Maximum Creation Rate"
      },
      "displayDescription": "The maximum creation rate of inbound flows (traffic going into the VM)",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Outbound Flows Maximum Creation Rate",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Outbound Flows Maximum Creation Rate",
        "localizedValue": "Outbound Flows Maximum Creation Rate"
      },
      "displayDescription": "The maximum creation rate of outbound flows (traffic going out of the VM)",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Premium Data Disk Cache Read Hit",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Premium Data Disk Cache Read Hit",
        "localizedValue": "Premium Data Disk Cache Read Hit"
      },
      "displayDescription": "Premium Data Disk Cache Read Hit",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Premium Data Disk Cache Read Miss",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Premium Data Disk Cache Read Miss",
        "localizedValue": "Premium Data Disk Cache Read Miss"
      },
      "displayDescription": "Premium Data Disk Cache Read Miss",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "LUN",
          "localizedValue": "LUN"
        },
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Premium OS Disk Cache Read Hit",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Premium OS Disk Cache Read Hit",
        "localizedValue": "Premium OS Disk Cache Read Hit"
      },
      "displayDescription": "Premium OS Disk Cache Read Hit",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Premium OS Disk Cache Read Miss",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Premium OS Disk Cache Read Miss",
        "localizedValue": "Premium OS Disk Cache Read Miss"
      },
      "displayDescription": "Premium OS Disk Cache Read Miss",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/VM Cached Bandwidth Consumed Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "VM Cached Bandwidth Consumed Percentage",
        "localizedValue": "VM Cached Bandwidth Consumed Percentage"
      },
      "displayDescription": "Percentage of cached disk bandwidth consumed by the VM",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/VM Cached IOPS Consumed Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "VM Cached IOPS Consumed Percentage",
        "localizedValue": "VM Cached IOPS Consumed Percentage"
      },
      "displayDescription": "Percentage of cached disk IOPS consumed by the VM",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/VM Uncached Bandwidth Consumed Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "VM Uncached Bandwidth Consumed Percentage",
        "localizedValue": "VM Uncached Bandwidth Consumed Percentage"
      },
      "displayDescription": "Percentage of uncached disk bandwidth consumed by the VM",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/VM Uncached IOPS Consumed Percentage",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "VM Uncached IOPS Consumed Percentage",
        "localizedValue": "VM Uncached IOPS Consumed Percentage"
      },
      "displayDescription": "Percentage of uncached disk IOPS consumed by the VM",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Network In Total",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Network In Total",
        "localizedValue": "Network In Total"
      },
      "displayDescription": "The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)",
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    },
    {
      "id": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5/providers/microsoft.insights/metricdefinitions/Network Out Total",
      "resourceId": "subscriptions/92d2a2d8-b514-432d-8cc9-a5f9272630d5",
      "namespace": "microsoft.compute/virtualmachines",
      "name": {
        "value": "Network Out Total",
        "localizedValue": "Network Out Total"
      },
      "displayDescription": "The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)",
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Microsoft.ResourceId",
          "localizedValue": "Microsoft.ResourceId"
        },
        {
          "value": "Microsoft.ResourceGroupName",
          "localizedValue": "Microsoft.ResourceGroupName"
        }
      ]
    }
  ]
}
{
  "error": {
    "additionalInfo": [
      {
        "type": "string",
        "info": "TraceId={d477a351-7473-4f86-b8c9-edc2b704ebf2}"
      },
      {
        "type": "string",
        "info": "ExceptionType=Microsoft.Online.Metrics.MetricsMP.Utilities.RPRequestFormatException"
      }
    ],
    "code": "BadRequest",
    "message": "Missing required region params, requested QueryParams: metricNamespace:microsoft.cache/redis and api-version:2023-10-01"
  }
}

定义

名称 说明
ErrorAdditionalInfo

资源管理错误附加信息。

ErrorContract

错误响应

ErrorResponse

错误响应

LocalizableString

可本地化的字符串类。

MetricAggregationType

指标的聚合类型。

MetricAvailability

指标可用性指定时间粒度 (聚合间隔或频率) 以及该时间粒度的保留期。

MetricClass

指标的类。

MetricUnit

指标的单位。

SubscriptionScopeMetricDefinition

指标定义类指定指标的元数据。

SubscriptionScopeMetricDefinitionCollection

表示指标定义的集合。

ErrorAdditionalInfo

资源管理错误附加信息。

名称 类型 说明
info

object

其他信息。

type

string

其他信息类型。

ErrorContract

错误响应

名称 类型 说明
error

ErrorResponse

错误响应
错误对象。

ErrorResponse

错误响应

名称 类型 说明
additionalInfo

ErrorAdditionalInfo[]

错误附加信息。

code

string

错误代码。

details

ErrorResponse[]

错误详细信息。

message

string

错误消息。

target

string

错误目标。

LocalizableString

可本地化的字符串类。

名称 类型 说明
localizedValue

string

显示名称。

value

string

固定值。

MetricAggregationType

指标的聚合类型。

名称 类型 说明
Average

string

Count

string

Maximum

string

Minimum

string

None

string

Total

string

MetricAvailability

指标可用性指定时间粒度 (聚合间隔或频率) 以及该时间粒度的保留期。

名称 类型 说明
retention

string

指标在指定时间的保留期。 表示为持续时间“PT1M”、“P1D”等。

timeGrain

string

时间粒度指定指标支持的聚合间隔。 表示为持续时间“PT1M”、“P1D”等。

MetricClass

指标的类。

名称 类型 说明
Availability

string

Errors

string

Latency

string

Saturation

string

Transactions

string

MetricUnit

指标的单位。

名称 类型 说明
BitsPerSecond

string

每秒二进制数字的速率单位。

ByteSeconds

string

数据传输或存储单位。 它是数据的大小(以字节为单位)乘以传输或存储数据所需的时间(以秒为单位)。

Bytes

string

内存单位(以字节为单位)。

BytesPerSecond

string

以字节/秒为单位的内存速率单位。

Cores

string

处理能力单位。

Count

string

原始数量单位。

CountPerSecond

string

每秒原始数量的速率单位。

MilliCores

string

CPU 内核的 1/1000 的处理能力单位。

MilliSeconds

string

以 1/1000 秒为单位的时间单位。

NanoCores

string

CPU 核心的十亿分之一的处理能力单位。

Percent

string

百分比单位。

Seconds

string

以秒为单位的时间单位。

Unspecified

string

没有指定的单位。

SubscriptionScopeMetricDefinition

指标定义类指定指标的元数据。

名称 类型 说明
category

string

此指标的自定义类别名称。

dimensions

LocalizableString[]

维度的名称和显示名称,即它是可本地化的字符串。

displayDescription

string

此指标的详细说明。

id

string

指标定义的资源标识符。

isDimensionRequired

boolean

指示是否需要维度的标志。

metricAvailabilities

MetricAvailability[]

可查询的聚合间隔的集合。

metricClass

MetricClass

指标的类。

name

LocalizableString

指标的名称和显示名称,即它是可本地化的字符串。

namespace

string

指标所属的命名空间。

primaryAggregationType

MetricAggregationType

定义如何使用值进行显示的主要聚合类型值。

resourceId

string

发出指标的资源的资源标识符。

supportedAggregationTypes

MetricAggregationType[]

支持的聚合类型的集合。

unit

MetricUnit

指标的单位。

SubscriptionScopeMetricDefinitionCollection

表示指标定义的集合。

名称 类型 说明
value

SubscriptionScopeMetricDefinition[]

指标定义的值。