Uses of Enum Class
com.microsoft.azure.management.monitor.TimeAggregationOperator
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of TimeAggregationOperator in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionstatic TimeAggregationOperator
TimeAggregationOperator.fromString
(String value) Parses a serialized value to a TimeAggregationOperator instance.ThresholdRuleCondition.timeAggregation()
Get the time aggregation operator.static TimeAggregationOperator
Returns the enum constant of this class with the specified name.static TimeAggregationOperator[]
TimeAggregationOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionThresholdRuleCondition.withTimeAggregation
(TimeAggregationOperator timeAggregation) Set the time aggregation operator.