Class AggregationTypeEnum
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AggregationTypeEnum>
com.azure.resourcemanager.monitor.models.AggregationTypeEnum
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AggregationTypeEnum
extends com.azure.core.util.ExpandableStringEnum<AggregationTypeEnum>
the criteria time aggregation types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AggregationTypeEnumStatic value Average for AggregationTypeEnum.static final AggregationTypeEnumStatic value Count for AggregationTypeEnum.static final AggregationTypeEnumStatic value Maximum for AggregationTypeEnum.static final AggregationTypeEnumStatic value Minimum for AggregationTypeEnum.static final AggregationTypeEnumStatic value Total for AggregationTypeEnum. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationTypeEnumfromString(String name) Creates or finds a AggregationTypeEnum from its string representation.static Collection<AggregationTypeEnum>values()Gets known AggregationTypeEnum values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AVERAGE
Static value Average for AggregationTypeEnum. -
COUNT
Static value Count for AggregationTypeEnum. -
MINIMUM
Static value Minimum for AggregationTypeEnum. -
MAXIMUM
Static value Maximum for AggregationTypeEnum. -
TOTAL
Static value Total for AggregationTypeEnum.
-
-
Constructor Details
-
AggregationTypeEnum
Deprecated.Use thefromString(String)factory method.Creates a new instance of AggregationTypeEnum value.
-
-
Method Details
-
fromString
Creates or finds a AggregationTypeEnum from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AggregationTypeEnum.
-
values
Gets known AggregationTypeEnum values.- Returns:
- known AggregationTypeEnum values.
-
fromString(String)factory method.