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