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 TimeAggregationTimeAggregation.AVERAGEStatic value Average for TimeAggregation.static final TimeAggregationTimeAggregation.COUNTStatic value Count for TimeAggregation.static final TimeAggregationTimeAggregation.MAXIMUMStatic value Maximum for TimeAggregation.static final TimeAggregationTimeAggregation.MINIMUMStatic value Minimum for TimeAggregation.static final TimeAggregationTimeAggregation.TOTALStatic value Total for TimeAggregation.Methods in com.azure.resourcemanager.monitor.models that return TimeAggregationModifier and TypeMethodDescriptionstatic TimeAggregationTimeAggregation.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.