Class AggregationTypeEnum
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AggregationTypeEnum>
-
- com.azure.resourcemanager.monitor.models.AggregationTypeEnum
-
public final class AggregationTypeEnum extends com.azure.core.util.ExpandableStringEnum<AggregationTypeEnum>
Defines values for AggregationTypeEnum.
-
-
Field Summary
Fields Modifier and Type Field Description static AggregationTypeEnumAVERAGEStatic value Average for AggregationTypeEnum.static AggregationTypeEnumCOUNTStatic value Count for AggregationTypeEnum.static AggregationTypeEnumMAXIMUMStatic value Maximum for AggregationTypeEnum.static AggregationTypeEnumMINIMUMStatic value Minimum for AggregationTypeEnum.static AggregationTypeEnumTOTALStatic value Total for AggregationTypeEnum.
-
Constructor Summary
Constructors Constructor Description AggregationTypeEnum()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AggregationTypeEnumfromString(String name)Creates or finds a AggregationTypeEnum from its string representation.static Collection<AggregationTypeEnum>values()
-
-
-
Field Detail
-
AVERAGE
public static final AggregationTypeEnum AVERAGE
Static value Average for AggregationTypeEnum.
-
COUNT
public static final AggregationTypeEnum COUNT
Static value Count for AggregationTypeEnum.
-
MINIMUM
public static final AggregationTypeEnum MINIMUM
Static value Minimum for AggregationTypeEnum.
-
MAXIMUM
public static final AggregationTypeEnum MAXIMUM
Static value Maximum for AggregationTypeEnum.
-
TOTAL
public static final AggregationTypeEnum TOTAL
Static value Total for AggregationTypeEnum.
-
-
Method Detail
-
fromString
public static AggregationTypeEnum fromString(String name)
Creates or finds a AggregationTypeEnum from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AggregationTypeEnum.
-
values
public static Collection<AggregationTypeEnum> values()
- Returns:
- known AggregationTypeEnum values.
-
-