### YamlMime:JavaEnum
uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType"
name: "TimeAggregationType"
nameWithType: "TimeAggregationType"
summary: "time aggregation type."
inheritances:
- ""
- ""
inheritedClassMethods:
- classRef: "java.lang.Enum"
methodsRef:
- "valueOf"
- "clone"
- "compareTo"
- "describeConstable"
- "equals"
- "finalize"
- "getDeclaringClass"
- "hashCode"
- "name"
- "ordinal"
- "toString"
- classRef: "java.lang.Object"
methodsRef:
- "getClass"
- "notify"
- "notifyAll"
- "wait"
- "wait"
- "wait"
syntax: "public enum **TimeAggregationType** extends Enum<>"
fields:
- uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType.AVERAGE"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType.AVERAGE"
name: "AVERAGE"
nameWithType: "TimeAggregationType.AVERAGE"
summary: "Enum value Average."
desc: "Enum value Average."
- uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType.COUNT"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType.COUNT"
name: "COUNT"
nameWithType: "TimeAggregationType.COUNT"
summary: "Enum value Count."
desc: "Enum value Count."
- uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType.LAST"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType.LAST"
name: "LAST"
nameWithType: "TimeAggregationType.LAST"
summary: "Enum value Last."
desc: "Enum value Last."
- uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType.MAXIMUM"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType.MAXIMUM"
name: "MAXIMUM"
nameWithType: "TimeAggregationType.MAXIMUM"
summary: "Enum value Maximum."
desc: "Enum value Maximum."
- uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType.MINIMUM"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType.MINIMUM"
name: "MINIMUM"
nameWithType: "TimeAggregationType.MINIMUM"
summary: "Enum value Minimum."
desc: "Enum value Minimum."
- uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType.TOTAL"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType.TOTAL"
name: "TOTAL"
nameWithType: "TimeAggregationType.TOTAL"
summary: "Enum value Total."
desc: "Enum value Total."
methods:
- uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType.fromString(String value)"
name: "fromString(String value)"
nameWithType: "TimeAggregationType.fromString(String value)"
summary: "Parses a serialized value to a TimeAggregationType instance."
modifiers:
- "static"
parameters:
- description: "the serialized value to parse."
name: "value"
type: "String"
syntax: "public static TimeAggregationType fromString(String value)"
desc: "Parses a serialized value to a TimeAggregationType instance."
returns:
description: "the parsed TimeAggregationType object, or null if unable to parse."
type: ""
- uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType.toString()"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType.toString()"
name: "toString()"
nameWithType: "TimeAggregationType.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "String"
- uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType.valueOf(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "TimeAggregationType.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "String"
syntax: "public static TimeAggregationType valueOf(String name)"
returns:
type: ""
- uid: "com.azure.resourcemanager.monitor.models.TimeAggregationType.values()"
fullName: "com.azure.resourcemanager.monitor.models.TimeAggregationType.values()"
name: "values()"
nameWithType: "TimeAggregationType.values()"
modifiers:
- "static"
syntax: "public static TimeAggregationType[] values()"
returns:
type: "[]"
desc: "time aggregation type. How the data that is collected should be combined over time. The default value is Average."
metadata: {}
package: "com.azure.resourcemanager.monitor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.44.0