Delen via


Metric Definitions - List At Subscription Scope

Lijsten de metrische definities voor het abonnement.

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-parameters

Name In Vereist Type Description
subscriptionId
path True

string

De id van het doelabonnement.

api-version
query True

string

De API-versie die voor deze bewerking moet worden gebruikt.

region
query True

string

De regio waar de gewenste metrische gegevens zich bevinden.

metricnamespace
query

string

Metrische naamruimte waar de gewenste metrische gegevens zich bevinden.

Antwoorden

Name Type Description
200 OK

SubscriptionScopeMetricDefinitionCollection

Geslaagde aanvraag voor het ophalen van de lijst met metrische definities

Other Status Codes

ErrorContract

Foutreactie waarin wordt beschreven waarom de bewerking is mislukt.

Beveiliging

azure_auth

Azure Active Directory OAuth2-stroom

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

Scopes

Name Description
user_impersonation uw gebruikersaccount imiteren

Voorbeelden

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"
  }
}

Definities

Name Description
ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ErrorContract

Foutreactie

ErrorResponse

Foutreactie

LocalizableString

De lokaliseerbare tekenreeksklasse.

MetricAggregationType

Het aggregatietype van de metrische waarde.

MetricAvailability

Beschikbaarheid van metrische gegevens geeft het tijdsinterval (aggregatie-interval of -frequentie) en de retentieperiode voor dat tijdsinterval aan.

MetricClass

De klasse van de metrische waarde.

MetricUnit

De eenheid van de metrische waarde.

SubscriptionScopeMetricDefinition

Metrische definitieklasse geeft de metagegevens voor een metrische waarde op.

SubscriptionScopeMetricDefinitionCollection

Vertegenwoordigt een verzameling metrische definities.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

Name Type Description
info

object

De aanvullende informatie.

type

string

Het type aanvullende informatie.

ErrorContract

Foutreactie

Name Type Description
error

ErrorResponse

Foutreactie
Het foutobject.

ErrorResponse

Foutreactie

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

Aanvullende informatie over de fout.

code

string

De foutcode.

details

ErrorResponse[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoel.

LocalizableString

De lokaliseerbare tekenreeksklasse.

Name Type Description
localizedValue

string

De weergavenaam.

value

string

De invariante waarde.

MetricAggregationType

Het aggregatietype van de metrische waarde.

Name Type Description
Average

string

Count

string

Maximum

string

Minimum

string

None

string

Total

string

MetricAvailability

Beschikbaarheid van metrische gegevens geeft het tijdsinterval (aggregatie-interval of -frequentie) en de retentieperiode voor dat tijdsinterval aan.

Name Type Description
retention

string

De retentieperiode voor de metrische waarde op het opgegeven tijdstip. Uitgedrukt als een duur "PT1M", "P1D", enzovoort.

timeGrain

string

Het tijdsinterval geeft een ondersteund aggregatie-interval voor de metrische waarde aan. Uitgedrukt als een duur "PT1M", "P1D", enzovoort.

MetricClass

De klasse van de metrische waarde.

Name Type Description
Availability

string

Errors

string

Latency

string

Saturation

string

Transactions

string

MetricUnit

De eenheid van de metrische waarde.

Name Type Description
BitsPerSecond

string

Tariefeenheid van binaire cijfers per seconde.

ByteSeconds

string

Eenheid voor gegevensoverdracht of -opslag. Dit is de grootte van de gegevens in bytes vermenigvuldigd met de tijd die nodig is om de gegevens in seconden over te dragen of op te slaan.

Bytes

string

Geheugeneenheid in bytes.

BytesPerSecond

string

Snelheidseenheid van geheugen in bytes per seconde.

Cores

string

Verwerkingskrachteenheid.

Count

string

Eenheid van onbewerkte hoeveelheid.

CountPerSecond

string

Tariefeenheid van onbewerkte hoeveelheid per seconde.

MilliCores

string

Verwerkingskrachteenheid in 1/1000e van een CPU-kern.

MilliSeconds

string

Tijdseenheid in 1/1000e van een seconde.

NanoCores

string

Eenheid van verwerkingskracht in één miljardste van een CPU-kern.

Percent

string

Percentageeenheid.

Seconds

string

Tijdseenheid in seconden.

Unspecified

string

Geen opgegeven eenheid.

SubscriptionScopeMetricDefinition

Metrische definitieklasse geeft de metagegevens voor een metrische waarde op.

Name Type Description
category

string

Aangepaste categorienaam voor deze metrische waarde.

dimensions

LocalizableString[]

De naam en de weergavenaam van de dimensie, d.w.w.w. het is een lokaliseerbare tekenreeks.

displayDescription

string

Gedetailleerde beschrijving van deze metrische waarde.

id

string

De resource-id van de metrische definitie.

isDimensionRequired

boolean

Vlag om aan te geven of de dimensie vereist is.

metricAvailabilities

MetricAvailability[]

De verzameling van de aggregatie-intervallen die beschikbaar zijn om te worden opgevraagd.

metricClass

MetricClass

De klasse van de metrische waarde.

name

LocalizableString

De naam en de weergavenaam van de metrische waarde, d.w.w.w. het is een lokaliseerbare tekenreeks.

namespace

string

De naamruimte waartoe het metrische gegeven behoort.

primaryAggregationType

MetricAggregationType

De primaire aggregatietypewaarde die bepaalt hoe de waarden voor weergave moeten worden gebruikt.

resourceId

string

De resource-id van de resource die de metrische gegevens heeft verzonden.

supportedAggregationTypes

MetricAggregationType[]

De verzameling van welke aggregatietypen worden ondersteund.

unit

MetricUnit

De eenheid van de metrische waarde.

SubscriptionScopeMetricDefinitionCollection

Vertegenwoordigt een verzameling metrische definities.

Name Type Description
value

SubscriptionScopeMetricDefinition[]

De waarden voor de metrische definities.