Uses of Class
com.azure.resourcemanager.monitor.models.AggregationTypeEnum
Packages that use AggregationTypeEnum
Package
Description
Package containing the data models for MonitorClient.
-
Uses of AggregationTypeEnum in com.azure.resourcemanager.monitor.models
Subclasses with type arguments of type AggregationTypeEnum in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal classthe criteria time aggregation types.Fields in com.azure.resourcemanager.monitor.models declared as AggregationTypeEnumModifier and TypeFieldDescriptionstatic final AggregationTypeEnumAggregationTypeEnum.AVERAGEStatic value Average for AggregationTypeEnum.static final AggregationTypeEnumAggregationTypeEnum.COUNTStatic value Count for AggregationTypeEnum.static final AggregationTypeEnumAggregationTypeEnum.MAXIMUMStatic value Maximum for AggregationTypeEnum.static final AggregationTypeEnumAggregationTypeEnum.MINIMUMStatic value Minimum for AggregationTypeEnum.static final AggregationTypeEnumAggregationTypeEnum.TOTALStatic value Total for AggregationTypeEnum.Methods in com.azure.resourcemanager.monitor.models that return AggregationTypeEnumModifier and TypeMethodDescriptionstatic AggregationTypeEnumAggregationTypeEnum.fromString(String name) Creates or finds a AggregationTypeEnum from its string representation.MultiMetricCriteria.timeAggregation()Get the timeAggregation property: the criteria time aggregation types.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AggregationTypeEnumModifier and TypeMethodDescriptionstatic Collection<AggregationTypeEnum> AggregationTypeEnum.values()Gets known AggregationTypeEnum values.Methods in com.azure.resourcemanager.monitor.models with parameters of type AggregationTypeEnumModifier and TypeMethodDescriptionDynamicMetricCriteria.withTimeAggregation(AggregationTypeEnum timeAggregation) Set the timeAggregation property: the criteria time aggregation types.MetricCriteria.withTimeAggregation(AggregationTypeEnum timeAggregation) Set the timeAggregation property: the criteria time aggregation types.MultiMetricCriteria.withTimeAggregation(AggregationTypeEnum timeAggregation) Set the timeAggregation property: the criteria time aggregation types.