ThresholdRuleCondition type

A rule condition based on a metric crossing a threshold.

type ThresholdRuleCondition = RuleCondition & {
  odataType: "Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition"
  operator: ConditionOperator
  threshold: number
  timeAggregation?: TimeAggregationOperator
  windowSize?: string
}