Partager via


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>

Définit des valeurs pour PrimaryAggregationType.

Récapitulatif du champ

Modificateur et type Champ et description
static final PrimaryAggregationType AVERAGE

Valeur statique Moyenne pour le type d’agrégationprincipal.

static final PrimaryAggregationType COUNT

Nombre de valeurs statiques pour le type d’agrégationprincipal.

static final PrimaryAggregationType MAXIMUM

Valeur statique Maximum pour le type d’agrégationprincipal.

static final PrimaryAggregationType MINIMUM

Valeur statique Minimum pour le type d’agrégationprincipal.

static final PrimaryAggregationType NONE

Valeur statique None pour le type d’agrégationprincipal.

static final PrimaryAggregationType TOTAL

Valeur statique Total pour le type d’agrégationprincipal.

Récapitulatif du constructeur

Constructeur Description
PrimaryAggregationType()

Résumé de la méthode

Modificateur et type Méthode et description
static PrimaryAggregationType fromString(String name)

Crée ou recherche un type d’agrégationprincipalà partir de sa représentation sous forme de chaîne.

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

Méthodes héritées 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éthodes héritées 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

Détails du champ

AVERAGE

public static final PrimaryAggregationType AVERAGE

Valeur statique Moyenne pour PrimaryAggregationType.

COUNT

public static final PrimaryAggregationType COUNT

Valeur statique Count pour PrimaryAggregationType.

MAXIMUM

public static final PrimaryAggregationType MAXIMUM

Valeur statique Maximum pour PrimaryAggregationType.

MINIMUM

public static final PrimaryAggregationType MINIMUM

Valeur statique Minimum pour PrimaryAggregationType.

NONE

public static final PrimaryAggregationType NONE

Valeur statique None pour PrimaryAggregationType.

TOTAL

public static final PrimaryAggregationType TOTAL

Valeur statique Total pour PrimaryAggregationType.

Détails du constructeur

PrimaryAggregationType

public PrimaryAggregationType()

Détails de la méthode

fromString

public static PrimaryAggregationType fromString(String name)

Crée ou recherche un PrimaryAggregationType à partir de sa représentation sous forme de chaîne.

Parameters:

name - nom à rechercher

Returns:

PrimaryAggregationType correspondant

values

public static Collection values()

Returns:

valeurs PrimaryAggregationType connues

S’applique à