PrimaryAggregationType Class

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

public final class PrimaryAggregationType
extends com.microsoft.rest.ExpandableStringEnum<PrimaryAggregationType>

Defines values for PrimaryAggregationType.

Field Summary

Modifier and Type Field and Description
static final PrimaryAggregationType AVERAGE

Static value Average for PrimaryAggregationType.

static final PrimaryAggregationType COUNT

Static value Count for PrimaryAggregationType.

static final PrimaryAggregationType MAXIMUM

Static value Maximum for PrimaryAggregationType.

static final PrimaryAggregationType MINIMUM

Static value Minimum for PrimaryAggregationType.

static final PrimaryAggregationType NONE

Static value None for PrimaryAggregationType.

static final PrimaryAggregationType TOTAL

Static value Total for PrimaryAggregationType.

Constructor Summary

Constructor Description
PrimaryAggregationType()

Method Summary

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

Creates or finds a PrimaryAggregationType from its string representation.

static java.util.Collection<PrimaryAggregationType> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

AVERAGE

public static final PrimaryAggregationType AVERAGE

Static value Average for PrimaryAggregationType.

COUNT

public static final PrimaryAggregationType COUNT

Static value Count for PrimaryAggregationType.

MAXIMUM

public static final PrimaryAggregationType MAXIMUM

Static value Maximum for PrimaryAggregationType.

MINIMUM

public static final PrimaryAggregationType MINIMUM

Static value Minimum for PrimaryAggregationType.

NONE

public static final PrimaryAggregationType NONE

Static value None for PrimaryAggregationType.

TOTAL

public static final PrimaryAggregationType TOTAL

Static value Total for PrimaryAggregationType.

Constructor Details

PrimaryAggregationType

public 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