| Modifier and Type | Method and Description |
|---|---|
ManagementEventAggregationCondition |
ManagementEventRuleCondition.aggregation()
Get how the data that is collected should be combined over time and when the alert is activated.
|
ManagementEventAggregationCondition |
ManagementEventAggregationCondition.withOperator(ConditionOperator operator)
Set the condition operator.
|
ManagementEventAggregationCondition |
ManagementEventAggregationCondition.withThreshold(Double threshold)
Set the threshold value that activates the alert.
|
ManagementEventAggregationCondition |
ManagementEventAggregationCondition.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.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementEventRuleCondition |
ManagementEventRuleCondition.withAggregation(ManagementEventAggregationCondition aggregation)
Set how the data that is collected should be combined over time and when the alert is activated.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/