ManagementEventRuleCondition type

A management event rule condition.

type ManagementEventRuleCondition = RuleCondition & {
  aggregation?: ManagementEventAggregationCondition
  odataType: "Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition"
}