115 строки
5.4 KiB
YAML
115 строки
5.4 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.management.monitor.AggregationType"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType"
|
|
name: "AggregationType"
|
|
nameWithType: "AggregationType"
|
|
summary: "Defines values for Aggregation<wbr>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\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)"
|
|
- "java.lang.Enum.clone()"
|
|
- "java.lang.Enum.compareTo(E)"
|
|
- "java.lang.Enum.equals(java.lang.Object)"
|
|
- "java.lang.Enum.finalize()"
|
|
- "java.lang.Enum.getDeclaringClass()"
|
|
- "java.lang.Enum.hashCode()"
|
|
- "java.lang.Enum.name()"
|
|
- "java.lang.Enum.ordinal()"
|
|
- "java.lang.Enum.toString()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public enum AggregationType extends Enum<AggregationType>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.management.monitor.AggregationType.AVERAGE"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType.AVERAGE"
|
|
name: "AVERAGE"
|
|
nameWithType: "AggregationType.AVERAGE"
|
|
summary: "Enum value Average."
|
|
desc: "Enum value Average."
|
|
- uid: "com.microsoft.azure.management.monitor.AggregationType.COUNT"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType.COUNT"
|
|
name: "COUNT"
|
|
nameWithType: "AggregationType.COUNT"
|
|
summary: "Enum value Count."
|
|
desc: "Enum value Count."
|
|
- uid: "com.microsoft.azure.management.monitor.AggregationType.MAXIMUM"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType.MAXIMUM"
|
|
name: "MAXIMUM"
|
|
nameWithType: "AggregationType.MAXIMUM"
|
|
summary: "Enum value Maximum."
|
|
desc: "Enum value Maximum."
|
|
- uid: "com.microsoft.azure.management.monitor.AggregationType.MINIMUM"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType.MINIMUM"
|
|
name: "MINIMUM"
|
|
nameWithType: "AggregationType.MINIMUM"
|
|
summary: "Enum value Minimum."
|
|
desc: "Enum value Minimum."
|
|
- uid: "com.microsoft.azure.management.monitor.AggregationType.NONE"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType.NONE"
|
|
name: "NONE"
|
|
nameWithType: "AggregationType.NONE"
|
|
summary: "Enum value None."
|
|
desc: "Enum value None."
|
|
- uid: "com.microsoft.azure.management.monitor.AggregationType.TOTAL"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType.TOTAL"
|
|
name: "TOTAL"
|
|
nameWithType: "AggregationType.TOTAL"
|
|
summary: "Enum value Total."
|
|
desc: "Enum value Total."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.monitor.AggregationType.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "AggregationType.fromString(String value)"
|
|
summary: "Parses a serialized value to a Aggregation<wbr>Type instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"com.microsoft.azure.management.monitor.AggregationType?alt=com.microsoft.azure.management.monitor.AggregationType&text=AggregationType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.AggregationType.toString()"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType.toString()"
|
|
name: "toString()"
|
|
nameWithType: "AggregationType.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.AggregationType.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "AggregationType.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static AggregationType valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.AggregationType?alt=com.microsoft.azure.management.monitor.AggregationType&text=AggregationType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.AggregationType.values()"
|
|
fullName: "com.microsoft.azure.management.monitor.AggregationType.values()"
|
|
name: "values()"
|
|
nameWithType: "AggregationType.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static AggregationType[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.AggregationType?alt=com.microsoft.azure.management.monitor.AggregationType&text=AggregationType\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for AggregationType."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.monitor"
|
|
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4
|