Enum Class SqlElasticPoolPremiumMaxEDTUs
java.lang.Object
java.lang.Enum<SqlElasticPoolPremiumMaxEDTUs>
com.microsoft.azure.management.sql.SqlElasticPoolPremiumMaxEDTUs
- All Implemented Interfaces:
Serializable
,Comparable<SqlElasticPoolPremiumMaxEDTUs>
,java.lang.constant.Constable
The maximum limit of the reserved eDTUs value range for a "Premium" 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 1000 eDTUs available per each database.Maximum 125 eDTUs available per each database.Maximum 1750 eDTUs available per each database.Maximum 25 eDTUs available per each database.Maximum 250 eDTUs available per each database.Maximum 4000 eDTUs available per each database.Maximum 50 eDTUs available per each database.Maximum 500 eDTUs available per each database.Maximum 75 eDTUs available per each database. -
Method Summary
Modifier and TypeMethodDescriptionint
value()
Returns the enum constant of this class with the specified name.static SqlElasticPoolPremiumMaxEDTUs[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
eDTU_25
Maximum 25 eDTUs available per each database. -
eDTU_50
Maximum 50 eDTUs available per each database. -
eDTU_75
Maximum 75 eDTUs available per each database. -
eDTU_125
Maximum 125 eDTUs available per each database. -
eDTU_250
Maximum 250 eDTUs available per each database. -
eDTU_500
Maximum 500 eDTUs available per each database. -
eDTU_1000
Maximum 1000 eDTUs available per each database. -
eDTU_1750
Maximum 1750 eDTUs available per each database. -
eDTU_4000
Maximum 4000 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
-