SqlElasticPoolBasicMinEDTUs Enum
- java.
lang. Object - java.
lang. Enum<SqlElasticPoolBasicMinEDTUs> - com.
microsoft. azure. management. sql. SqlElasticPoolBasicMinEDTUs
- com.
- java.
public enum SqlElasticPoolBasicMinEDTUs
The minimum limit of the reserved eDTUs value range for a "Basic" edition of an Azure SQL Elastic Pool.
Fields
eDTU_0 |
0 reserved minimum eDTUs available for each database in the pool. |
eDTU_5 |
5 reserved minimum eDTUs available for each database in the pool. |
Methods
value()
public int value()
Returns
int
the reserved minimum eDTU for each database in 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