Uses of Class
com.azure.resourcemanager.monitor.models.TimeAggregationOperator
-
Packages that use TimeAggregationOperator Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of TimeAggregationOperator in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models 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 timeAggregation property: 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.azure.resourcemanager.monitor.models with parameters of type TimeAggregationOperator Modifier and Type Method Description ThresholdRuleConditionThresholdRuleCondition. withTimeAggregation(TimeAggregationOperator timeAggregation)Set the timeAggregation property: the time aggregation operator.
-