public class ManagementEventRuleCondition extends RuleCondition
| Constructor and Description |
|---|
ManagementEventRuleCondition() |
| Modifier and Type | Method and Description |
|---|---|
ManagementEventAggregationCondition |
aggregation()
Get the aggregation property: How the data that is collected should be combined over time and when the alert is
activated.
|
void |
validate()
Validates the instance.
|
ManagementEventRuleCondition |
withAggregation(ManagementEventAggregationCondition aggregation)
Set the aggregation property: How the data that is collected should be combined over time and when the alert is
activated.
|
dataSource, withDataSourcepublic ManagementEventAggregationCondition aggregation()
public ManagementEventRuleCondition withAggregation(ManagementEventAggregationCondition aggregation)
aggregation - the aggregation value to set.public void validate()
validate in class RuleConditionIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.