Partager via


SqlDatabaseStandardServiceObjective Classe

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

public class SqlDatabaseStandardServiceObjective
extends com.microsoft.rest.ExpandableStringEnum<SqlDatabaseStandardServiceObjective>

Nom de l’objectif de niveau de service configuré d’une base de données « Standard » Azure SQL.

Récapitulatif du champ

Modificateur et type Champ et description
static final SqlDatabaseStandardServiceObjective S0

Valeur statique S0 pour SqlDatabaseStandardServiceObjective.

static final SqlDatabaseStandardServiceObjective S1

Valeur statique S1 pour Nom de l’objectifde service.

static final SqlDatabaseStandardServiceObjective S12

Valeur statique S12 pour Nom de l’objectifde service.

static final SqlDatabaseStandardServiceObjective S2

Valeur statique S2 pour Nom de l’objectifde service.

static final SqlDatabaseStandardServiceObjective S3

Valeur statique S3 pour Nom de l’objectifde service.

static final SqlDatabaseStandardServiceObjective S4

Valeur statique S4 pour ServiceObjectiveName.

static final SqlDatabaseStandardServiceObjective S6

Valeur statique S6 pour Nom de l’objectifde service.

static final SqlDatabaseStandardServiceObjective S7

Valeur statique S7 pour Nom de l’objectifde service.

static final SqlDatabaseStandardServiceObjective S9

Valeur statique S9 pour Nom de l’objectifde service.

Récapitulatif du constructeur

Constructeur Description
SqlDatabaseStandardServiceObjective()

Résumé de la méthode

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

Crée ou recherche un nom d’objectifde serviceà partir de sa représentation sous forme de chaîne.

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

S0

public static final SqlDatabaseStandardServiceObjective S0

Valeur statique S0 pour SqlDatabaseStandardServiceObjective.

S1

public static final SqlDatabaseStandardServiceObjective S1

Valeur statique S1 pour ServiceObjectiveName.

S12

public static final SqlDatabaseStandardServiceObjective S12

Valeur statique S12 pour ServiceObjectiveName.

S2

public static final SqlDatabaseStandardServiceObjective S2

Valeur statique S2 pour ServiceObjectiveName.

S3

public static final SqlDatabaseStandardServiceObjective S3

Valeur statique S3 pour ServiceObjectiveName.

S4

public static final SqlDatabaseStandardServiceObjective S4

Valeur statique S4 pour ServiceObjectiveName.

S6

public static final SqlDatabaseStandardServiceObjective S6

Valeur statique S6 pour ServiceObjectiveName.

S7

public static final SqlDatabaseStandardServiceObjective S7

Valeur statique S7 pour ServiceObjectiveName.

S9

public static final SqlDatabaseStandardServiceObjective S9

Valeur statique S9 pour ServiceObjectiveName.

Détails du constructeur

SqlDatabaseStandardServiceObjective

public SqlDatabaseStandardServiceObjective()

Détails de la méthode

fromString

public static SqlDatabaseStandardServiceObjective fromString(String name)

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

Parameters:

name - nom à rechercher

Returns:

ServiceObjectiveName correspondant

values

public static Collection values()

Returns:

valeurs ServiceObjectiveName connues

S’applique à