Uses of Enum
com.azure.resourcemanager.monitor.models.TimeAggregationOperator
Packages that use TimeAggregationOperator
Package
Description
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 TimeAggregationOperatorModifier and TypeMethodDescriptionstatic TimeAggregationOperatorTimeAggregationOperator.fromString(String value) Parses a serialized value to a TimeAggregationOperator instance.ThresholdRuleCondition.timeAggregation()Get the timeAggregation property: the time aggregation operator.static TimeAggregationOperatorReturns 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 TimeAggregationOperatorModifier and TypeMethodDescriptionThresholdRuleCondition.withTimeAggregation(TimeAggregationOperator timeAggregation) Set the timeAggregation property: the time aggregation operator.