PrimaryAggregationType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<PrimaryAggregationType> - com.
microsoft. azure. management. sql. PrimaryAggregationType
- com.
- com.
public class PrimaryAggregationType
Defines values for PrimaryAggregationType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Primary |
AVERAGE
Static value Average for PrimaryAggregationType. |
final Primary |
COUNT
Static value Count for PrimaryAggregationType. |
final Primary |
MAXIMUM
Static value Maximum for PrimaryAggregationType. |
final Primary |
MINIMUM
Static value Minimum for PrimaryAggregationType. |
final Primary |
NONE
Static value None for PrimaryAggregationType. |
final Primary |
TOTAL
Static value Total for PrimaryAggregationType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Primary |
fromString(String name)
Creates or finds a PrimaryAggregationType from its string representation. |
Collection<Primary |
values() |
Field Details
AVERAGE
public static final PrimaryAggregationType AVERAGE= fromString("Average")
Static value Average for PrimaryAggregationType.
COUNT
public static final PrimaryAggregationType COUNT= fromString("Count")
Static value Count for PrimaryAggregationType.
MAXIMUM
public static final PrimaryAggregationType MAXIMUM= fromString("Maximum")
Static value Maximum for PrimaryAggregationType.
MINIMUM
public static final PrimaryAggregationType MINIMUM= fromString("Minimum")
Static value Minimum for PrimaryAggregationType.
NONE
public static final PrimaryAggregationType NONE= fromString("None")
Static value None for PrimaryAggregationType.
TOTAL
public static final PrimaryAggregationType TOTAL= fromString("Total")
Static value Total for PrimaryAggregationType.
Method Details
fromString
public static PrimaryAggregationType fromString(String name)
Creates or finds a PrimaryAggregationType from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java