Uses of Enum
com.azure.monitor.query.models.AggregationType
Packages that use AggregationType
Package
Description
Package containing models for querying logs and metrics from Azure Monitor.
-
Uses of AggregationType in com.azure.monitor.query.models
Methods in com.azure.monitor.query.models that return AggregationTypeModifier and TypeMethodDescriptionstatic AggregationTypeAggregationType.fromString(String value) Parses a serialized value to a AggregationType instance.MetricDefinition.getPrimaryAggregationType()Returns the primary aggregation type value defining how to use the values for display.static AggregationTypeReturns the enum constant of this type with the specified name.static AggregationType[]AggregationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.monitor.query.models that return types with arguments of type AggregationTypeModifier and TypeMethodDescriptionMetricsQueryOptions.getAggregations()Returns the list of aggregations that should be applied to the metrics data.MetricDefinition.getSupportedAggregationTypes()Returns the collection of what aggregation types are supported.Methods in com.azure.monitor.query.models with parameters of type AggregationTypeModifier and TypeMethodDescriptionMetricsQueryOptions.setAggregations(AggregationType... aggregations) Sets the list of aggregations that should be applied to the metrics data.Method parameters in com.azure.monitor.query.models with type arguments of type AggregationTypeModifier and TypeMethodDescriptionMetricsQueryOptions.setAggregations(List<AggregationType> aggregations) Sets the list of aggregations that should be applied to the metrics data.