Uses of Class
com.azure.resourcemanager.monitor.models.AggregationTypeEnum
-
Packages that use AggregationTypeEnum Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of AggregationTypeEnum in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as AggregationTypeEnum Modifier and Type Field Description static AggregationTypeEnumAggregationTypeEnum. AVERAGEStatic value Average for AggregationTypeEnum.static AggregationTypeEnumAggregationTypeEnum. COUNTStatic value Count for AggregationTypeEnum.static AggregationTypeEnumAggregationTypeEnum. MAXIMUMStatic value Maximum for AggregationTypeEnum.static AggregationTypeEnumAggregationTypeEnum. MINIMUMStatic value Minimum for AggregationTypeEnum.static AggregationTypeEnumAggregationTypeEnum. TOTALStatic value Total for AggregationTypeEnum.Methods in com.azure.resourcemanager.monitor.models that return AggregationTypeEnum Modifier and Type Method Description static AggregationTypeEnumAggregationTypeEnum. fromString(String name)Creates or finds a AggregationTypeEnum from its string representation.AggregationTypeEnumMultiMetricCriteria. timeAggregation()Get the timeAggregation property: the criteria time aggregation types.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AggregationTypeEnum Modifier and Type Method Description static Collection<AggregationTypeEnum>AggregationTypeEnum. values()Methods in com.azure.resourcemanager.monitor.models with parameters of type AggregationTypeEnum Modifier and Type Method Description DynamicMetricCriteriaDynamicMetricCriteria. withTimeAggregation(AggregationTypeEnum timeAggregation)Set the timeAggregation property: the criteria time aggregation types.MetricCriteriaMetricCriteria. withTimeAggregation(AggregationTypeEnum timeAggregation)Set the timeAggregation property: the criteria time aggregation types.MultiMetricCriteriaMultiMetricCriteria. withTimeAggregation(AggregationTypeEnum timeAggregation)Set the timeAggregation property: the criteria time aggregation types.
-