Management Event Rule Condition Args
data class ManagementEventRuleConditionArgs(val aggregation: Output<ManagementEventAggregationConditionArgs>? = null, val dataSource: Output<Either<RuleManagementEventDataSourceArgs, RuleMetricDataSourceArgs>>? = null, val odataType: Output<String>) : ConvertibleToJava<ManagementEventRuleConditionArgs>
A management event rule condition.
Constructors
Link copied to clipboard
fun ManagementEventRuleConditionArgs(aggregation: Output<ManagementEventAggregationConditionArgs>? = null, dataSource: Output<Either<RuleManagementEventDataSourceArgs, RuleMetricDataSourceArgs>>? = null, odataType: Output<String>)
Functions
Properties
Link copied to clipboard
specifies the type of condition. This can be one of three types: ManagementEventRuleCondition (occurrences of management events), LocationThresholdRuleCondition (based on the number of failures of a web test), and ThresholdRuleCondition (based on the threshold of a metric). Expected value is 'Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition'.