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