Class AggregationFunctionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AggregationFunctionType>
com.azure.resourcemanager.sql.models.AggregationFunctionType
public final class AggregationFunctionType
extends com.azure.core.util.ExpandableStringEnum<AggregationFunctionType>
Defines values for AggregationFunctionType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AggregationFunctionTypeStatic value avg for AggregationFunctionType.static final AggregationFunctionTypeStatic value max for AggregationFunctionType.static final AggregationFunctionTypeStatic value min for AggregationFunctionType.static final AggregationFunctionTypeStatic value stdev for AggregationFunctionType.static final AggregationFunctionTypeStatic value sum for AggregationFunctionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationFunctionTypefromString(String name) Creates or finds a AggregationFunctionType from its string representation.static Collection<AggregationFunctionType>values()Gets known AggregationFunctionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AVG
Static value avg for AggregationFunctionType. -
MIN
Static value min for AggregationFunctionType. -
MAX
Static value max for AggregationFunctionType. -
STDEV
Static value stdev for AggregationFunctionType. -
SUM
Static value sum for AggregationFunctionType.
-
-
Constructor Details
-
AggregationFunctionType
public AggregationFunctionType()
-
-
Method Details
-
fromString
Creates or finds a AggregationFunctionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AggregationFunctionType.
-
values
Gets known AggregationFunctionType values.- Returns:
- known AggregationFunctionType values.
-