OperationMetricSpecificationDefinition

The definition of Azure Monitoring metric.

AzureContainer ImagesContainersDockerRegistry

Properties

Name Type Description
aggregationType string Metric aggregation type.
displayDescription string Metric description.
displayName string Metric display name.
internalMetricName string Internal metric name.
name string Metric name.
unit string Metric unit.
View JSON Schema on GitHub

JSON Schema

azure-container-registry-operation-metric-specification-definition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-registry/refs/heads/main/json-schema/azure-container-registry-operation-metric-specification-definition-schema.json",
  "title": "OperationMetricSpecificationDefinition",
  "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"
    }
  }
}