Uses of Class
com.azure.resourcemanager.monitor.models.ManagementEventAggregationCondition
Packages that use ManagementEventAggregationCondition
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ManagementEventAggregationCondition in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type ManagementEventAggregationConditionModifier and TypeClassDescriptionfinal classHow the data that is collected should be combined over time.Methods in com.azure.resourcemanager.monitor.models that return ManagementEventAggregationConditionModifier and TypeMethodDescriptionManagementEventRuleCondition.aggregation()Get the aggregation property: How the data that is collected should be combined over time and when the alert is activated.ManagementEventAggregationCondition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementEventAggregationCondition from the JsonReader.ManagementEventAggregationCondition.withOperator(ConditionOperator operator) Set the operator property: the condition operator.ManagementEventAggregationCondition.withThreshold(Double threshold) Set the threshold property: The threshold value that activates the alert.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.Methods in com.azure.resourcemanager.monitor.models with parameters of type ManagementEventAggregationConditionModifier and TypeMethodDescriptionManagementEventRuleCondition.withAggregation(ManagementEventAggregationCondition aggregation) Set the aggregation property: How the data that is collected should be combined over time and when the alert is activated.