Enum Class SqlElasticPoolStandardMinEDTUs
java.lang.Object
java.lang.Enum<SqlElasticPoolStandardMinEDTUs>
com.microsoft.azure.management.sql.SqlElasticPoolStandardMinEDTUs
- All Implemented Interfaces:
Serializable
,Comparable<SqlElasticPoolStandardMinEDTUs>
,java.lang.constant.Constable
@Beta(V1_7_0)
public enum SqlElasticPoolStandardMinEDTUs
extends Enum<SqlElasticPoolStandardMinEDTUs>
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.100 reserved minimum eDTUs available for each database in the pool.1200 reserved minimum eDTUs available for each database in the pool.1600 reserved minimum eDTUs available for each database in the pool.20 reserved minimum eDTUs available for each database in the pool.200 reserved minimum eDTUs available for each database in the pool.2000 reserved minimum eDTUs available for each database in the pool.2500 reserved minimum eDTUs available for each database in the pool.300 reserved minimum eDTUs available for each database in the pool.3000 reserved minimum eDTUs available for each database in the pool.400 reserved minimum eDTUs available for each database in the pool.50 reserved minimum eDTUs available for each database in the pool.800 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 SqlElasticPoolStandardMinEDTUs[]
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_20
20 reserved minimum eDTUs available for each database in the pool. -
eDTU_50
50 reserved minimum eDTUs available for each database in the pool. -
eDTU_100
100 reserved minimum eDTUs available for each database in the pool. -
eDTU_200
200 reserved minimum eDTUs available for each database in the pool. -
eDTU_300
300 reserved minimum eDTUs available for each database in the pool. -
eDTU_400
400 reserved minimum eDTUs available for each database in the pool. -
eDTU_800
800 reserved minimum eDTUs available for each database in the pool. -
eDTU_1200
1200 reserved minimum eDTUs available for each database in the pool. -
eDTU_1600
1600 reserved minimum eDTUs available for each database in the pool. -
eDTU_2000
2000 reserved minimum eDTUs available for each database in the pool. -
eDTU_2500
2500 reserved minimum eDTUs available for each database in the pool. -
eDTU_3000
3000 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
-