Class SqlDatabaseStandardServiceObjective
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SqlDatabaseStandardServiceObjective>
-
- com.azure.resourcemanager.sql.models.SqlDatabaseStandardServiceObjective
-
public class SqlDatabaseStandardServiceObjective extends com.azure.core.util.ExpandableStringEnum<SqlDatabaseStandardServiceObjective>
The name of the configured Service Level Objective of a "Standard" Azure SQL Database.
-
-
Field Summary
Fields Modifier and Type Field Description static SqlDatabaseStandardServiceObjectiveS0Static value S0 for SqlDatabaseStandardServiceObjective.static SqlDatabaseStandardServiceObjectiveS1Static value S1 for ServiceObjectiveName.static SqlDatabaseStandardServiceObjectiveS12Static value S12 for ServiceObjectiveName.static SqlDatabaseStandardServiceObjectiveS2Static value S2 for ServiceObjectiveName.static SqlDatabaseStandardServiceObjectiveS3Static value S3 for ServiceObjectiveName.static SqlDatabaseStandardServiceObjectiveS4Static value S4 for ServiceObjectiveName.static SqlDatabaseStandardServiceObjectiveS6Static value S6 for ServiceObjectiveName.static SqlDatabaseStandardServiceObjectiveS7Static value S7 for ServiceObjectiveName.static SqlDatabaseStandardServiceObjectiveS9Static value S9 for ServiceObjectiveName.
-
Constructor Summary
Constructors Constructor Description SqlDatabaseStandardServiceObjective()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SqlDatabaseStandardServiceObjectivefromString(String name)Creates or finds a ServiceObjectiveName from its string representation.static Collection<SqlDatabaseStandardServiceObjective>values()
-
-
-
Field Detail
-
S0
public static final SqlDatabaseStandardServiceObjective S0
Static value S0 for SqlDatabaseStandardServiceObjective.
-
S1
public static final SqlDatabaseStandardServiceObjective S1
Static value S1 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.
-
S12
public static final SqlDatabaseStandardServiceObjective S12
Static value S12 for ServiceObjectiveName.
-
-
Method Detail
-
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<SqlDatabaseStandardServiceObjective> values()
- Returns:
- known ServiceObjectiveName values
-
-