120 строки
7.5 KiB
YAML
120 строки
7.5 KiB
YAML
### 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:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public enum **TimeAggregationType**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a><<xref href=\"com.azure.resourcemanager.monitor.models.TimeAggregationType?alt=com.azure.resourcemanager.monitor.models.TimeAggregationType&text=TimeAggregationType\" data-throw-if-not-resolved=\"False\" />>"
|
|
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 Time<wbr>Aggregation<wbr>Type instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
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: "<xref href=\"com.azure.resourcemanager.monitor.models.TimeAggregationType?alt=com.azure.resourcemanager.monitor.models.TimeAggregationType&text=TimeAggregationType\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static TimeAggregationType valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.TimeAggregationType?alt=com.azure.resourcemanager.monitor.models.TimeAggregationType&text=TimeAggregationType\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"com.azure.resourcemanager.monitor.models.TimeAggregationType?alt=com.azure.resourcemanager.monitor.models.TimeAggregationType&text=TimeAggregationType\" data-throw-if-not-resolved=\"False\" />[]"
|
|
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
|