Class MetricAlertRuleTimeAggregation
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<MetricAlertRuleTimeAggregation>
-
- com.microsoft.azure.management.monitor.MetricAlertRuleTimeAggregation
-
public final class MetricAlertRuleTimeAggregation extends com.microsoft.rest.ExpandableStringEnum<MetricAlertRuleTimeAggregation>
Defines values for MetricAlertRuleTimeAggregation.
-
-
Field Summary
Fields Modifier and Type Field Description static MetricAlertRuleTimeAggregationAVERAGEStatic value Average 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
-
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
-
-