Azure Monitor · Schema

ActionGroupPatchBody

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

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

JSON Schema

microsoft-azure-monitor-actiongrouppatchbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionGroupPatchBody",
  "title": "ActionGroupPatchBody",
  "type": "object",
  "properties": {
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Resource tags."
    },
    "properties": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Indicates whether the action group is enabled."
        }
      }
    }
  }
}