| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementEventAggregationCondition |
ManagementEventRuleCondition.aggregation()
Get the aggregation property: How the data that is collected should be combined over time and when the alert is
activated.
|
ManagementEventAggregationCondition |
ManagementEventAggregationCondition.withOperator(ConditionOperator operator)
Set the operator property: the condition operator.
|
ManagementEventAggregationCondition |
ManagementEventAggregationCondition.withThreshold(Double threshold)
Set the threshold property: The threshold value that activates the alert.
|
ManagementEventAggregationCondition |
ManagementEventAggregationCondition.withWindowSize(Duration windowSize)
Set the windowSize property: 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 the aggregation property: How the data that is collected should be combined over time and when the alert is
activated.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.