LocationThresholdRuleCondition type
A rule condition based on a certain number of locations failing.
type LocationThresholdRuleCondition = RuleCondition & {
failedLocationCount: number
odataType: "Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition"
windowSize?: string
}