Management Event Rule Condition Response
data class ManagementEventRuleConditionResponse(val aggregation: ManagementEventAggregationConditionResponse? = null, val dataSource: Either<RuleManagementEventDataSourceResponse, RuleMetricDataSourceResponse>? = null, val odataType: String)
A management event rule condition.
Constructors
Link copied to clipboard
fun ManagementEventRuleConditionResponse(aggregation: ManagementEventAggregationConditionResponse? = null, dataSource: Either<RuleManagementEventDataSourceResponse, RuleMetricDataSourceResponse>? = null, odataType: String)
Types
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'.