Uses of Class
com.azure.resourcemanager.monitor.models.ManagementEventAggregationCondition
-
Packages that use ManagementEventAggregationCondition Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of ManagementEventAggregationCondition in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ManagementEventAggregationCondition Modifier and Type Method Description ManagementEventAggregationConditionManagementEventRuleCondition. aggregation()Get the aggregation property: How the data that is collected should be combined over time and when the alert is activated.ManagementEventAggregationConditionManagementEventAggregationCondition. withOperator(ConditionOperator operator)Set the operator property: the condition operator.ManagementEventAggregationConditionManagementEventAggregationCondition. withThreshold(Double threshold)Set the threshold property: The threshold value that activates the alert.ManagementEventAggregationConditionManagementEventAggregationCondition. 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.Methods in com.azure.resourcemanager.monitor.models with parameters of type ManagementEventAggregationCondition Modifier and Type Method Description ManagementEventRuleConditionManagementEventRuleCondition. withAggregation(ManagementEventAggregationCondition aggregation)Set the aggregation property: How the data that is collected should be combined over time and when the alert is activated.
-