ThresholdRuleCondition type
以超出閾值的計量為基礎的規則條件。
type ThresholdRuleCondition = RuleCondition & {
odataType: "Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition"
operator: ConditionOperator
threshold: number
timeAggregation?: TimeAggregationOperator
windowSize?: string
}