SqlDatabaseStandardStorage Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. sql. models. SqlDatabaseStandardStorage
- com.
- java.
public enum SqlDatabaseStandardStorage
extends Enum<SqlDatabaseStandardStorage>
The maximum allowed storage capacity for a "Standard" edition of an Azure SQL Elastic Pool.
Fields
| MAX_100_GB |
100 GB storage capacity available for the database. |
| MAX_100_MB |
100 MB storage capacity available for the database. |
| MAX_10_GB |
10 GB storage capacity available for the database. |
| MAX_150_GB |
150 GB storage capacity available for the database. |
| MAX_1_GB |
1 GB storage capacity available for the database. |
| MAX_1_TB |
1 TB storage capacity available for the database (only with Service |
| MAX_200_GB |
200 GB storage capacity available for the database. |
| MAX_20_GB |
20 GB storage capacity available for the database. |
| MAX_250_GB |
250 GB storage capacity available for the database. |
| MAX_2_GB |
2 GB storage capacity available for the database. |
| MAX_300_GB |
300 GB storage capacity available for the database (only with Service |
| MAX_30_GB |
30 GB storage capacity available for the database. |
| MAX_400_GB |
400 GB storage capacity available for the database (only with Service |
| MAX_40_GB |
40 GB storage capacity available for the database. |
| MAX_500_GB |
500 GB storage capacity available for the database (only with Service |
| MAX_500_MB |
100 MB storage capacity available for the database. |
| MAX_50_GB |
50 GB storage capacity available for the database. |
| MAX_5_GB |
5 GB storage capacity available for the database. |
| MAX_750_GB |
750 GB storage capacity available for the database (only with Service |
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.