SqlDatabaseStandardServiceObjective Class

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

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

The name of the configured Service Level Objective of a "Standard" Azure SQL Database.

Field Summary

Modifier and Type Field and Description
static final SqlDatabaseStandardServiceObjective S0

Static value S0 for SqlDatabaseStandardServiceObjective.

static final SqlDatabaseStandardServiceObjective S1

Static value S1 for ServiceObjectiveName.

static final SqlDatabaseStandardServiceObjective S12

Static value S12 for ServiceObjectiveName.

static final SqlDatabaseStandardServiceObjective S2

Static value S2 for ServiceObjectiveName.

static final SqlDatabaseStandardServiceObjective S3

Static value S3 for ServiceObjectiveName.

static final SqlDatabaseStandardServiceObjective S4

Static value S4 for ServiceObjectiveName.

static final SqlDatabaseStandardServiceObjective S6

Static value S6 for ServiceObjectiveName.

static final SqlDatabaseStandardServiceObjective S7

Static value S7 for ServiceObjectiveName.

static final SqlDatabaseStandardServiceObjective S9

Static value S9 for ServiceObjectiveName.

Constructor Summary

Constructor Description
SqlDatabaseStandardServiceObjective()

Method Summary

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

Creates or finds a ServiceObjectiveName from its string representation.

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

S0

public static final SqlDatabaseStandardServiceObjective S0

Static value S0 for SqlDatabaseStandardServiceObjective.

S1

public static final SqlDatabaseStandardServiceObjective S1

Static value S1 for ServiceObjectiveName.

S12

public static final SqlDatabaseStandardServiceObjective S12

Static value S12 for ServiceObjectiveName.

S2

public static final SqlDatabaseStandardServiceObjective S2

Static value S2 for ServiceObjectiveName.

S3

public static final SqlDatabaseStandardServiceObjective S3

Static value S3 for ServiceObjectiveName.

S4

public static final SqlDatabaseStandardServiceObjective S4

Static value S4 for ServiceObjectiveName.

S6

public static final SqlDatabaseStandardServiceObjective S6

Static value S6 for ServiceObjectiveName.

S7

public static final SqlDatabaseStandardServiceObjective S7

Static value S7 for ServiceObjectiveName.

S9

public static final SqlDatabaseStandardServiceObjective S9

Static value S9 for ServiceObjectiveName.

Constructor Details

SqlDatabaseStandardServiceObjective

public SqlDatabaseStandardServiceObjective()

Method Details

fromString

public static SqlDatabaseStandardServiceObjective fromString(String name)

Creates or finds a ServiceObjectiveName from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding ServiceObjectiveName

values

public static Collection values()

Returns:

known ServiceObjectiveName values

Applies to