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