public final class MetricAlertRuleTimeAggregation extends com.azure.core.util.ExpandableStringEnum<MetricAlertRuleTimeAggregation>
| Modifier and Type | Field and Description |
|---|---|
static MetricAlertRuleTimeAggregation |
AVERAGE
Static value Average for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
COUNT
Static value Count for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
MAXIMUM
Static value Maximum for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
MINIMUM
Static value Minimum for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
TOTAL
Static value Total for MetricAlertRuleTimeAggregation.
|
| Constructor and Description |
|---|
MetricAlertRuleTimeAggregation() |
| Modifier and Type | Method and Description |
|---|---|
static MetricAlertRuleTimeAggregation |
fromString(String name)
Creates or finds a MetricAlertRuleTimeAggregation from its string representation.
|
static Collection<MetricAlertRuleTimeAggregation> |
values() |
public static final MetricAlertRuleTimeAggregation COUNT
public static final MetricAlertRuleTimeAggregation AVERAGE
public static final MetricAlertRuleTimeAggregation MINIMUM
public static final MetricAlertRuleTimeAggregation MAXIMUM
public static final MetricAlertRuleTimeAggregation TOTAL
public static MetricAlertRuleTimeAggregation fromString(String name)
name - a name to look forpublic static Collection<MetricAlertRuleTimeAggregation> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.