Partager via


UnitType Classe

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

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

Définit des valeurs pour UnitType.

Récapitulatif du champ

Modificateur et type Champ et description
static final UnitType BYTES

Octets de valeur statique pour Type d’unité.

static final UnitType BYTES_PER_SECOND

Octetsde valeur statique parseconde pour type d’unité.

static final UnitType COUNT

Nombre de valeurs statiques pour Type d’unité.

static final UnitType COUNT_PER_SECOND

Nombre de valeurs statiquesparseconde pour type d’unité.

static final UnitType PERCENT

Pourcentage de valeur statique pour Type d’unité.

static final UnitType SECONDS

Valeur statique secondes pour Type d’unité.

Récapitulatif du constructeur

Constructeur Description
UnitType()

Résumé de la méthode

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

Crée ou recherche un type d’unitéà partir de sa représentation de chaîne.

static java.util.Collection<UnitType> 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

BYTES

public static final UnitType BYTES

Octets de valeur statique pour UnitType.

BYTES_PER_SECOND

public static final UnitType BYTES_PER_SECOND

Valeur statique bytesPerSecond pour UnitType.

COUNT

public static final UnitType COUNT

Nombre de valeurs statiques pour UnitType.

COUNT_PER_SECOND

public static final UnitType COUNT_PER_SECOND

Valeur statique countPerSecond pour UnitType.

PERCENT

public static final UnitType PERCENT

Pourcentage de valeur statique pour UnitType.

SECONDS

public static final UnitType SECONDS

Valeur statique secondes pour UnitType.

Détails du constructeur

UnitType

public UnitType()

Détails de la méthode

fromString

public static UnitType fromString(String name)

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

Parameters:

name - nom à rechercher

Returns:

UnitType correspondant

values

public static Collection values()

Returns:

valeurs UnitType connues

S’applique à