Azure Monitor · Schema

ScheduledQueryRuleCriteria

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
allOf array A list of conditions to evaluate against the specified scopes.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-scheduledqueryrulecriteria-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduledQueryRuleCriteria",
  "title": "ScheduledQueryRuleCriteria",
  "type": "object",
  "properties": {
    "allOf": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Condition"
      },
      "description": "A list of conditions to evaluate against the specified scopes."
    }
  }
}