Azure Monitor · Schema

AlertRuleResourcePatch

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
tags object Resource tags.
properties object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-alertruleresourcepatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AlertRuleResourcePatch",
  "title": "AlertRuleResourcePatch",
  "type": "object",
  "properties": {
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Resource tags."
    },
    "properties": {
      "$ref": "#/components/schemas/AlertRule"
    }
  }
}