Enum Class SqlElasticPoolBasicEDTUs
java.lang.Object
java.lang.Enum<SqlElasticPoolBasicEDTUs>
com.microsoft.azure.management.sql.SqlElasticPoolBasicEDTUs
- All Implemented Interfaces:
Serializable
,Comparable<SqlElasticPoolBasicEDTUs>
,java.lang.constant.Constable
The reserved eDTUs value range for a "Basic" 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 ConstantDescription100 eDTUs available to the pool.1200 eDTUs available to the pool.1600 eDTUs available to the pool.200 eDTUs available to the pool.400 eDTUs available to the pool.50 eDTUs available to the pool.800 eDTUs available to the pool. -
Method Summary
Modifier and TypeMethodDescriptionint
value()
static SqlElasticPoolBasicEDTUs
Returns the enum constant of this class with the specified name.static SqlElasticPoolBasicEDTUs[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
eDTU_50
50 eDTUs available to the pool. -
eDTU_100
100 eDTUs available to the pool. -
eDTU_200
200 eDTUs available to the pool. -
eDTU_400
400 eDTUs available to the pool. -
eDTU_800
800 eDTUs available to the pool. -
eDTU_1200
1200 eDTUs available to the pool. -
eDTU_1600
1600 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
-