SqlElasticPoolBasicEDTUs Enum
- java.
lang. Object - java.
lang. Enum<SqlElasticPoolBasicEDTUs> - com.
microsoft. azure. management. sql. SqlElasticPoolBasicEDTUs
- com.
- java.
public enum SqlElasticPoolBasicEDTUs
The reserved eDTUs value range for a "Basic" edition of an Azure SQL Elastic Pool.
Fields
eDTU_100 |
100 eDTUs available to the pool. |
eDTU_1200 |
1200 eDTUs available to the pool. |
eDTU_1600 |
1600 eDTUs available to the pool. |
eDTU_200 |
200 eDTUs available to the pool. |
eDTU_400 |
400 eDTUs available to the pool. |
eDTU_50 |
50 eDTUs available to the pool. |
eDTU_800 |
800 eDTUs available to the pool. |
Methods
value()
public int value()
Returns
int
the reserved eDTU for the SQL Elastic Pool
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java