### YamlMime:JavaEnum uid: "com.azure.resourcemanager.monitor.models.AggregationType" fullName: "com.azure.resourcemanager.monitor.models.AggregationType" name: "AggregationType" nameWithType: "AggregationType" summary: "the aggregation type of the metric." 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 **AggregationType**
extends Enum<>" fields: - uid: "com.azure.resourcemanager.monitor.models.AggregationType.AVERAGE" fullName: "com.azure.resourcemanager.monitor.models.AggregationType.AVERAGE" name: "AVERAGE" nameWithType: "AggregationType.AVERAGE" summary: "Enum value Average." desc: "Enum value Average." - uid: "com.azure.resourcemanager.monitor.models.AggregationType.COUNT" fullName: "com.azure.resourcemanager.monitor.models.AggregationType.COUNT" name: "COUNT" nameWithType: "AggregationType.COUNT" summary: "Enum value Count." desc: "Enum value Count." - uid: "com.azure.resourcemanager.monitor.models.AggregationType.MAXIMUM" fullName: "com.azure.resourcemanager.monitor.models.AggregationType.MAXIMUM" name: "MAXIMUM" nameWithType: "AggregationType.MAXIMUM" summary: "Enum value Maximum." desc: "Enum value Maximum." - uid: "com.azure.resourcemanager.monitor.models.AggregationType.MINIMUM" fullName: "com.azure.resourcemanager.monitor.models.AggregationType.MINIMUM" name: "MINIMUM" nameWithType: "AggregationType.MINIMUM" summary: "Enum value Minimum." desc: "Enum value Minimum." - uid: "com.azure.resourcemanager.monitor.models.AggregationType.NONE" fullName: "com.azure.resourcemanager.monitor.models.AggregationType.NONE" name: "NONE" nameWithType: "AggregationType.NONE" summary: "Enum value None." desc: "Enum value None." - uid: "com.azure.resourcemanager.monitor.models.AggregationType.TOTAL" fullName: "com.azure.resourcemanager.monitor.models.AggregationType.TOTAL" name: "TOTAL" nameWithType: "AggregationType.TOTAL" summary: "Enum value Total." desc: "Enum value Total." methods: - uid: "com.azure.resourcemanager.monitor.models.AggregationType.fromString(java.lang.String)" fullName: "com.azure.resourcemanager.monitor.models.AggregationType.fromString(String value)" name: "fromString(String value)" nameWithType: "AggregationType.fromString(String value)" summary: "Parses a serialized value to a AggregationType instance." modifiers: - "static" parameters: - description: "the serialized value to parse." name: "value" type: "String" syntax: "public static AggregationType fromString(String value)" desc: "Parses a serialized value to a AggregationType instance." returns: description: "the parsed AggregationType object, or null if unable to parse." type: "" - uid: "com.azure.resourcemanager.monitor.models.AggregationType.toString()" fullName: "com.azure.resourcemanager.monitor.models.AggregationType.toString()" name: "toString()" nameWithType: "AggregationType.toString()" overridden: "java.lang.Enum.toString()" syntax: "public String toString()" returns: type: "String" - uid: "com.azure.resourcemanager.monitor.models.AggregationType.valueOf(java.lang.String)" fullName: "com.azure.resourcemanager.monitor.models.AggregationType.valueOf(String name)" name: "valueOf(String name)" nameWithType: "AggregationType.valueOf(String name)" modifiers: - "static" parameters: - name: "name" type: "String" syntax: "public static AggregationType valueOf(String name)" returns: type: "" - uid: "com.azure.resourcemanager.monitor.models.AggregationType.values()" fullName: "com.azure.resourcemanager.monitor.models.AggregationType.values()" name: "values()" nameWithType: "AggregationType.values()" modifiers: - "static" syntax: "public static AggregationType[] values()" returns: type: "[]" desc: "the aggregation type of the metric." metadata: {} package: "com.azure.resourcemanager.monitor.models" artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.42.0