Uses of Class
com.microsoft.azure.management.monitor.ThresholdRuleCondition
-
-
Uses of ThresholdRuleCondition in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return ThresholdRuleCondition Modifier and Type Method Description ThresholdRuleConditionThresholdRuleCondition. withOperator(ConditionOperator operator)Set the operator used to compare the data and the threshold.ThresholdRuleConditionThresholdRuleCondition. withThreshold(double threshold)Set the threshold value that activates the alert.ThresholdRuleConditionThresholdRuleCondition. withTimeAggregation(TimeAggregationOperator timeAggregation)Set the time aggregation operator.ThresholdRuleConditionThresholdRuleCondition. withWindowSize(org.joda.time.Period windowSize)Set the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold.
-