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
Modifier and TypeFieldDescriptionstatic final MetricAlertRuleTimeAggregation
Static value Average for MetricAlertRuleTimeAggregation.static final MetricAlertRuleTimeAggregation
Static value Count for MetricAlertRuleTimeAggregation.static final MetricAlertRuleTimeAggregation
Static value Maximum for MetricAlertRuleTimeAggregation.static final MetricAlertRuleTimeAggregation
Static value Minimum for MetricAlertRuleTimeAggregation.static final MetricAlertRuleTimeAggregation
Static value Total for MetricAlertRuleTimeAggregation. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a MetricAlertRuleTimeAggregation from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
COUNT
Static value Count for MetricAlertRuleTimeAggregation. -
AVERAGE
Static value Average for MetricAlertRuleTimeAggregation. -
MINIMUM
Static value Minimum for MetricAlertRuleTimeAggregation. -
MAXIMUM
Static value Maximum for MetricAlertRuleTimeAggregation. -
TOTAL
Static value Total for MetricAlertRuleTimeAggregation.
-
-
Constructor Details
-
MetricAlertRuleTimeAggregation
public MetricAlertRuleTimeAggregation()
-
-
Method Details
-
fromString
Creates or finds a MetricAlertRuleTimeAggregation from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding MetricAlertRuleTimeAggregation
-
values
- Returns:
- known MetricAlertRuleTimeAggregation values
-