Uses of Class
com.microsoft.azure.management.monitor.TimeAggregationOperator
-
-
Uses of TimeAggregationOperator in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return TimeAggregationOperator Modifier and Type Method Description static TimeAggregationOperatorTimeAggregationOperator. fromString(String value)Parses a serialized value to a TimeAggregationOperator instance.TimeAggregationOperatorThresholdRuleCondition. timeAggregation()Get the time aggregation operator.static TimeAggregationOperatorTimeAggregationOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeAggregationOperator[]TimeAggregationOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.monitor with parameters of type TimeAggregationOperator Modifier and Type Method Description ThresholdRuleConditionThresholdRuleCondition. withTimeAggregation(TimeAggregationOperator timeAggregation)Set the time aggregation operator.
-