PrimaryAggregationType Classe

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

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

Define valores para PrimaryAggregationType.

Resumo do campo

Modificador e tipo Campo e descrição
static final PrimaryAggregationType AVERAGE

Valor estático Média para Tipo de AgregaçãoPrimária.

static final PrimaryAggregationType COUNT

Contagem de valores estáticos para Tipo de AgregaçãoPrimária.

static final PrimaryAggregationType MAXIMUM

Valor estático Máximo para Tipo de AgregaçãoPrimária.

static final PrimaryAggregationType MINIMUM

Valor estático Mínimo para Tipo de AgregaçãoPrimária.

static final PrimaryAggregationType NONE

Valor estático Nenhum para Tipo de AgregaçãoPrimária.

static final PrimaryAggregationType TOTAL

Valor estático Total para Tipo de AgregaçãoPrimária.

Resumo do Construtor

Construtor Description
PrimaryAggregationType()

Resumo do método

Modificador e tipo Método e descrição
static PrimaryAggregationType fromString(String name)

Cria ou localiza um Tipo de AgregaçãoPrimáriade sua representação de cadeia de caracteres.

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

Métodos herdados de 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

Métodos herdados de 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

Detalhes do campo

AVERAGE

public static final PrimaryAggregationType AVERAGE

Valor estático Average para PrimaryAggregationType.

COUNT

public static final PrimaryAggregationType COUNT

Contagem de valores estáticos para PrimaryAggregationType.

MAXIMUM

public static final PrimaryAggregationType MAXIMUM

Valor estático Máximo para PrimaryAggregationType.

MINIMUM

public static final PrimaryAggregationType MINIMUM

Valor estático Mínimo para PrimaryAggregationType.

NONE

public static final PrimaryAggregationType NONE

Valor estático None para PrimaryAggregationType.

TOTAL

public static final PrimaryAggregationType TOTAL

Valor estático Total para PrimaryAggregationType.

Detalhes do construtor

PrimaryAggregationType

public PrimaryAggregationType()

Detalhes do método

fromString

public static PrimaryAggregationType fromString(String name)

Cria ou localiza um PrimaryAggregationType de sua representação de cadeia de caracteres.

Parameters:

name - um nome para procurar

Returns:

o PrimaryAggregationType correspondente

values

public static Collection values()

Returns:

valores primaryAggregationType conhecidos

Aplica-se a