Location Threshold Rule Condition Args
data class LocationThresholdRuleConditionArgs(val dataSource: Output<Either<RuleManagementEventDataSourceArgs, RuleMetricDataSourceArgs>>? = null, val failedLocationCount: Output<Int>, val odataType: Output<String>, val windowSize: Output<String>? = null) : ConvertibleToJava<LocationThresholdRuleConditionArgs>
A rule condition based on a certain number of locations failing.
Constructors
Link copied to clipboard
fun LocationThresholdRuleConditionArgs(dataSource: Output<Either<RuleManagementEventDataSourceArgs, RuleMetricDataSourceArgs>>? = null, failedLocationCount: Output<Int>, odataType: Output<String>, windowSize: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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.LocationThresholdRuleCondition'.