Azure Monitor · Schema

RuleCondition

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
odata.type string Specifies the type of condition. Possible values include ThresholdRuleCondition, LocationThresholdRuleCondition, ManagementEventRuleCondition.
dataSource object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-rulecondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RuleCondition",
  "title": "RuleCondition",
  "type": "object",
  "required": [
    "odata.type"
  ],
  "properties": {
    "odata.type": {
      "type": "string",
      "description": "Specifies the type of condition. Possible values include ThresholdRuleCondition, LocationThresholdRuleCondition, ManagementEventRuleCondition."
    },
    "dataSource": {
      "$ref": "#/components/schemas/RuleDataSource"
    }
  }
}