SqlDatabaseBasicStorage Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. sql. models. SqlDatabaseBasicStorage
- com.
- java.
public enum SqlDatabaseBasicStorage
extends Enum<SqlDatabaseBasicStorage>
The maximum allowed storage capacity for a "Basic" edition of an Azure SQL Elastic Pool.
Fields
| MAX_100_MB |
100 MB storage capacity available for the database. |
| MAX_1_GB |
1 GB storage capacity available for the database. |
| MAX_2_GB |
2 GB storage capacity available for the database. |
| MAX_500_MB |
100 MB storage capacity available for the database. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
capacity()
public long capacity()
Gets the maximum allowed storage capacity in bytes for the SQL Database.
Returns
capacityInMB()
public long capacityInMB()
Gets the maximum allowed storage capacity in MB for the SQL Database.