PrimaryAggregationType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<PrimaryAggregationType>
      • com.microsoft.azure.management.sql.PrimaryAggregationType

public class PrimaryAggregationType

Defines values for PrimaryAggregationType.

Field Summary

Modifier and Type Field and Description
final PrimaryAggregationType AVERAGE

Static value Average for PrimaryAggregationType.

final PrimaryAggregationType COUNT

Static value Count for PrimaryAggregationType.

final PrimaryAggregationType MAXIMUM

Static value Maximum for PrimaryAggregationType.

final PrimaryAggregationType MINIMUM

Static value Minimum for PrimaryAggregationType.

final PrimaryAggregationType NONE

Static value None for PrimaryAggregationType.

final PrimaryAggregationType TOTAL

Static value Total for PrimaryAggregationType.

Method Summary

Modifier and Type Method and Description
PrimaryAggregationType fromString(String name)

Creates or finds a PrimaryAggregationType from its string representation.

Collection<PrimaryAggregationType> 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:

name - a name to look for

Returns:

the corresponding PrimaryAggregationType

values

public static Collection values()

Returns:

known PrimaryAggregationType values

Applies to