Azure Container Registry · JSON Structure

Azure Container Registry Operation Metric Specification Definition Structure

The definition of Azure Monitoring metric.

Type: object Properties: 6
AzureContainer ImagesContainersDockerRegistry

OperationMetricSpecificationDefinition is a JSON Structure definition published by Azure Container Registry, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

aggregationType displayDescription displayName internalMetricName name unit

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-registry/refs/heads/main/json-structure/azure-container-registry-operation-metric-specification-definition-structure.json",
  "description": "The definition of Azure Monitoring metric.",
  "type": "object",
  "properties": {
    "aggregationType": {
      "description": "Metric aggregation type.",
      "type": "string"
    },
    "displayDescription": {
      "description": "Metric description.",
      "type": "string"
    },
    "displayName": {
      "description": "Metric display name.",
      "type": "string"
    },
    "internalMetricName": {
      "description": "Internal metric name.",
      "type": "string"
    },
    "name": {
      "description": "Metric name.",
      "type": "string"
    },
    "unit": {
      "description": "Metric unit.",
      "type": "string"
    }
  },
  "name": "OperationMetricSpecificationDefinition"
}