Class PrimaryAggregationType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<PrimaryAggregationType>
com.microsoft.azure.management.sql.PrimaryAggregationType
public final class PrimaryAggregationType
extends com.microsoft.rest.ExpandableStringEnum<PrimaryAggregationType>
Defines values for PrimaryAggregationType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PrimaryAggregationType
Static value Average for PrimaryAggregationType.static final PrimaryAggregationType
Static value Count for PrimaryAggregationType.static final PrimaryAggregationType
Static value Maximum for PrimaryAggregationType.static final PrimaryAggregationType
Static value Minimum for PrimaryAggregationType.static final PrimaryAggregationType
Static value None for PrimaryAggregationType.static final PrimaryAggregationType
Static value Total for PrimaryAggregationType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PrimaryAggregationType
fromString
(String name) Creates or finds a PrimaryAggregationType from its string representation.static Collection<PrimaryAggregationType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NONE
Static value None for PrimaryAggregationType. -
AVERAGE
Static value Average for PrimaryAggregationType. -
COUNT
Static value Count for PrimaryAggregationType. -
MINIMUM
Static value Minimum for PrimaryAggregationType. -
MAXIMUM
Static value Maximum for PrimaryAggregationType. -
TOTAL
Static value Total for PrimaryAggregationType.
-
-
Constructor Details
-
PrimaryAggregationType
public PrimaryAggregationType()
-
-
Method Details
-
fromString
Creates or finds a PrimaryAggregationType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding PrimaryAggregationType
-
values
- Returns:
- known PrimaryAggregationType values
-