| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
ThresholdRuleCondition |
ThresholdRuleCondition.withOperator(ConditionOperator operator)
Set the operator property: the operator used to compare the data and the threshold.
|
ThresholdRuleCondition |
ThresholdRuleCondition.withThreshold(double threshold)
Set the threshold property: the threshold value that activates the alert.
|
ThresholdRuleCondition |
ThresholdRuleCondition.withTimeAggregation(TimeAggregationOperator timeAggregation)
Set the timeAggregation property: the time aggregation operator.
|
ThresholdRuleCondition |
ThresholdRuleCondition.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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.