Enum Class SqlElasticPoolPremiumEDTUs
java.lang.Object
java.lang.Enum<SqlElasticPoolPremiumEDTUs>
com.microsoft.azure.management.sql.SqlElasticPoolPremiumEDTUs
- All Implemented Interfaces:
Serializable
,Comparable<SqlElasticPoolPremiumEDTUs>
,java.lang.constant.Constable
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 ConstantDescription1000 eDTUs available to the pool.125 eDTUs available to the pool.1500 eDTUs available to the pool.2000 eDTUs available to the pool.250 eDTUs available to the pool.2500 eDTUs available to the pool.3000 eDTUs available to the pool.3500 eDTUs available to the pool.4000 eDTUs available to the pool.500 eDTUs available to the pool. -
Method Summary
Modifier and TypeMethodDescriptionint
value()
static SqlElasticPoolPremiumEDTUs
Returns the enum constant of this class with the specified name.static SqlElasticPoolPremiumEDTUs[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
eDTU_125
125 eDTUs available to the pool. -
eDTU_250
250 eDTUs available to the pool. -
eDTU_500
500 eDTUs available to the pool. -
eDTU_1000
1000 eDTUs available to the pool. -
eDTU_1500
1500 eDTUs available to the pool. -
eDTU_2000
2000 eDTUs available to the pool. -
eDTU_2500
2500 eDTUs available to the pool. -
eDTU_3000
3000 eDTUs available to the pool. -
eDTU_3500
3500 eDTUs available to the pool. -
eDTU_4000
4000 eDTUs available to the pool.
-
-
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 reserved eDTU for the SQL Elastic Pool
-