Azure Monitor · Schema

AlertRuleResourceCollection

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
value array The values for the alert rule resources.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-alertruleresourcecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AlertRuleResourceCollection",
  "title": "AlertRuleResourceCollection",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AlertRuleResource"
      },
      "description": "The values for the alert rule resources."
    }
  }
}