Enum Class SqlElasticPoolStandardMaxEDTUs
java.lang.Object
java.lang.Enum<SqlElasticPoolStandardMaxEDTUs>
com.microsoft.azure.management.sql.SqlElasticPoolStandardMaxEDTUs
- All Implemented Interfaces:
Serializable
,Comparable<SqlElasticPoolStandardMaxEDTUs>
,java.lang.constant.Constable
@Beta(V1_7_0)
public enum SqlElasticPoolStandardMaxEDTUs
extends Enum<SqlElasticPoolStandardMaxEDTUs>
The maximum limit of the reserved eDTUs value range for a "Standard" edition of an Azure SQL Elastic Pool.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionMaximum 10 eDTUs available per each database.Maximum 100 eDTUs available per each database.Maximum 1200 eDTUs available per each database.Maximum 1600 eDTUs available per each database.Maximum 20 eDTUs available per each database.Maximum 200 eDTUs available per each database.Maximum 2000 eDTUs available per each database.Maximum 2500 eDTUs available per each database.Maximum 300 eDTUs available per each database.Maximum 3000 eDTUs available per each database.Maximum 400 eDTUs available per each database.Maximum 50 eDTUs available per each database.Maximum 800 eDTUs available per each database. -
Method Summary
Modifier and TypeMethodDescriptionint
value()
Returns the enum constant of this class with the specified name.static SqlElasticPoolStandardMaxEDTUs[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
eDTU_10
Maximum 10 eDTUs available per each database. -
eDTU_20
Maximum 20 eDTUs available per each database. -
eDTU_50
Maximum 50 eDTUs available per each database. -
eDTU_100
Maximum 100 eDTUs available per each database. -
eDTU_200
Maximum 200 eDTUs available per each database. -
eDTU_300
Maximum 300 eDTUs available per each database. -
eDTU_400
Maximum 400 eDTUs available per each database. -
eDTU_800
Maximum 800 eDTUs available per each database. -
eDTU_1200
Maximum 1200 eDTUs available per each database. -
eDTU_1600
Maximum 1600 eDTUs available per each database. -
eDTU_2000
Maximum 2000 eDTUs available per each database. -
eDTU_2500
Maximum 2500 eDTUs available per each database. -
eDTU_3000
Maximum 3000 eDTUs available per each database.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()- Returns:
- the maximum eDTUs available per each database for the SQL Elastic Pool
-