Enum Class SqlDatabaseStandardStorage
java.lang.Object
java.lang.Enum<SqlDatabaseStandardStorage>
com.microsoft.azure.management.sql.SqlDatabaseStandardStorage
- All Implemented Interfaces:
- Serializable,- Comparable<SqlDatabaseStandardStorage>,- java.lang.constant.Constable
The maximum allowed storage capacity for a "Standard" edition of an Azure SQL Elastic Pool.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription1 GB storage capacity available for the database.1 TB storage capacity available for the database (only with ServiceObjective "S3" or higher).10 GB storage capacity available for the database.100 GB storage capacity available for the database.100 MB storage capacity available for the database.150 GB storage capacity available for the database.2 GB storage capacity available for the database.20 GB storage capacity available for the database.200 GB storage capacity available for the database.250 GB storage capacity available for the database.30 GB storage capacity available for the database.300 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).40 GB storage capacity available for the database.400 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).5 GB storage capacity available for the database.50 GB storage capacity available for the database.500 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).100 MB storage capacity available for the database.750 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).
- 
Method SummaryModifier and TypeMethodDescriptionlongcapacity()longstatic SqlDatabaseStandardStorageReturns the enum constant of this class with the specified name.static SqlDatabaseStandardStorage[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
MAX_100_MB100 MB storage capacity available for the database.
- 
MAX_500_MB100 MB storage capacity available for the database.
- 
MAX_1_GB1 GB storage capacity available for the database.
- 
MAX_2_GB2 GB storage capacity available for the database.
- 
MAX_5_GB5 GB storage capacity available for the database.
- 
MAX_10_GB10 GB storage capacity available for the database.
- 
MAX_20_GB20 GB storage capacity available for the database.
- 
MAX_30_GB30 GB storage capacity available for the database.
- 
MAX_40_GB40 GB storage capacity available for the database.
- 
MAX_50_GB50 GB storage capacity available for the database.
- 
MAX_100_GB100 GB storage capacity available for the database.
- 
MAX_150_GB150 GB storage capacity available for the database.
- 
MAX_200_GB200 GB storage capacity available for the database.
- 
MAX_250_GB250 GB storage capacity available for the database.
- 
MAX_300_GB300 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).
- 
MAX_400_GB400 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).
- 
MAX_500_GB500 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).
- 
MAX_750_GB750 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).
- 
MAX_1_TB1 TB storage capacity available for the database (only with ServiceObjective "S3" or higher).
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
capacityInMBpublic long capacityInMB()- Returns:
- the maximum allowed storage capacity in MB for the SQL Database
 
- 
capacitypublic long capacity()- Returns:
- the maximum allowed storage capacity in bytes for the SQL Database
 
 
-