Uses of Class
com.microsoft.azure.management.monitor.ManagementEventAggregationCondition
-
-
Uses of ManagementEventAggregationCondition in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return ManagementEventAggregationCondition Modifier and Type Method Description ManagementEventAggregationConditionManagementEventRuleCondition. aggregation()Get how the data that is collected should be combined over time and when the alert is activated.ManagementEventAggregationConditionManagementEventAggregationCondition. withOperator(ConditionOperator operator)Set the condition operator.ManagementEventAggregationConditionManagementEventAggregationCondition. withThreshold(Double threshold)Set the threshold value that activates the alert.ManagementEventAggregationConditionManagementEventAggregationCondition. 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.Methods in com.microsoft.azure.management.monitor with parameters of type ManagementEventAggregationCondition Modifier and Type Method Description ManagementEventRuleConditionManagementEventRuleCondition. withAggregation(ManagementEventAggregationCondition aggregation)Set how the data that is collected should be combined over time and when the alert is activated.
-