MetricAlertRuleTimeAggregation Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. monitor. models. MetricAlertRuleTimeAggregation
- com.
- com.
public final class MetricAlertRuleTimeAggregation
extends ExpandableStringEnum<MetricAlertRuleTimeAggregation>
Defines values for MetricAlertRuleTimeAggregation.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Metric |
AVERAGE
Static value Average for Metric |
static final
Metric |
COUNT
Static value Count for Metric |
static final
Metric |
MAXIMUM
Static value Maximum for Metric |
static final
Metric |
MINIMUM
Static value Minimum for Metric |
static final
Metric |
TOTAL
Static value Total for Metric |
Constructor Summary
Constructor | Description | |
---|---|---|
MetricAlertRuleTimeAggregation() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Metric |
fromString(String name)
Creates or finds a Metric |
static
Collection<Metric |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AVERAGE
public static final MetricAlertRuleTimeAggregation AVERAGE
Static value Average for MetricAlertRuleTimeAggregation.
COUNT
public static final MetricAlertRuleTimeAggregation COUNT
Static value Count for MetricAlertRuleTimeAggregation.
MAXIMUM
public static final MetricAlertRuleTimeAggregation MAXIMUM
Static value Maximum for MetricAlertRuleTimeAggregation.
MINIMUM
public static final MetricAlertRuleTimeAggregation MINIMUM
Static value Minimum for MetricAlertRuleTimeAggregation.
TOTAL
public static final MetricAlertRuleTimeAggregation TOTAL
Static value Total for MetricAlertRuleTimeAggregation.
Constructor Details
MetricAlertRuleTimeAggregation
public MetricAlertRuleTimeAggregation()
Method Details
fromString
public static MetricAlertRuleTimeAggregation fromString(String name)
Creates or finds a MetricAlertRuleTimeAggregation from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java