Uses of Class
com.azure.resourcemanager.monitor.models.TimeAggregation
Packages that use TimeAggregation
Package
Description
Package containing the data models for MonitorClient.
-
Uses of TimeAggregation in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as TimeAggregationModifier and TypeFieldDescriptionstatic final TimeAggregation
TimeAggregation.AVERAGE
Static value Average for TimeAggregation.static final TimeAggregation
TimeAggregation.COUNT
Static value Count for TimeAggregation.static final TimeAggregation
TimeAggregation.MAXIMUM
Static value Maximum for TimeAggregation.static final TimeAggregation
TimeAggregation.MINIMUM
Static value Minimum for TimeAggregation.static final TimeAggregation
TimeAggregation.TOTAL
Static value Total for TimeAggregation.Methods in com.azure.resourcemanager.monitor.models that return TimeAggregationModifier and TypeMethodDescriptionstatic TimeAggregation
TimeAggregation.fromString
(String name) Creates or finds a TimeAggregation from its string representation.Condition.timeAggregation()
Get the timeAggregation property: Aggregation type.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type TimeAggregationModifier and TypeMethodDescriptionstatic Collection
<TimeAggregation> TimeAggregation.values()
Gets known TimeAggregation values.Methods in com.azure.resourcemanager.monitor.models with parameters of type TimeAggregationModifier and TypeMethodDescriptionCondition.withTimeAggregation
(TimeAggregation timeAggregation) Set the timeAggregation property: Aggregation type.