Enum SqlElasticPoolPremiumSorage
- java.lang.Object
-
- java.lang.Enum<SqlElasticPoolPremiumSorage>
-
- com.azure.resourcemanager.sql.models.SqlElasticPoolPremiumSorage
-
- All Implemented Interfaces:
Serializable,Comparable<SqlElasticPoolPremiumSorage>
public enum SqlElasticPoolPremiumSorage extends Enum<SqlElasticPoolPremiumSorage>
The maximum allowed storage capacity for a "Premium" edition of an Azure SQL Elastic Pool.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MAX_100_GB100 GB storage capacity available to the pool.MAX_1024_GB1024 GB storage capacity available to the pool.MAX_1200_GB1200 GB storage capacity available to the pool.MAX_1280_GB1280 GB storage capacity available to the pool.MAX_150_GB150 GB storage capacity available to the pool.MAX_1536_GB1536 GB storage capacity available to the pool.MAX_1600_GB1600 GB storage capacity available to the pool.MAX_1792_GB1792 GB storage capacity available to the pool.MAX_200_GB200 GB storage capacity available to the pool.MAX_2000_GB2000 GB storage capacity available to the pool.MAX_2048_GB2048 GB storage capacity available to the pool.MAX_2304_GB2304 GB storage capacity available to the pool.MAX_250_GB250 GB storage capacity available to the pool.MAX_2500_GB2500 GB storage capacity available to the pool.MAX_2560_GB2560 GB storage capacity available to the pool.MAX_2816_GB2816 GB storage capacity available to the pool.MAX_300_GB300 GB storage capacity available to the pool.MAX_3000_GB3000 GB storage capacity available to the pool.MAX_3072_GB3072 GB storage capacity available to the pool.MAX_3328_GB3328 GB storage capacity available to the pool.MAX_3584_GB3584 GB storage capacity available to the pool.MAX_3840_GB3840 GB storage capacity available to the pool.MAX_400_GB400 GB storage capacity available to the pool.MAX_4096_GB4096 GB storage capacity available to the pool.MAX_50_GB50 GB storage capacity available to the pool.MAX_500_GB500 GB storage capacity available to the pool.MAX_750_GB750 GB storage capacity available to the pool.MAX_800_GB800 GB storage capacity available to the pool.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcapacityInMB()static SqlElasticPoolPremiumSoragevalueOf(String name)Returns the enum constant of this type with the specified name.static SqlElasticPoolPremiumSorage[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MAX_50_GB
public static final SqlElasticPoolPremiumSorage MAX_50_GB
50 GB storage capacity available to the pool.
-
MAX_100_GB
public static final SqlElasticPoolPremiumSorage MAX_100_GB
100 GB storage capacity available to the pool.
-
MAX_150_GB
public static final SqlElasticPoolPremiumSorage MAX_150_GB
150 GB storage capacity available to the pool.
-
MAX_200_GB
public static final SqlElasticPoolPremiumSorage MAX_200_GB
200 GB storage capacity available to the pool.
-
MAX_250_GB
public static final SqlElasticPoolPremiumSorage MAX_250_GB
250 GB storage capacity available to the pool.
-
MAX_300_GB
public static final SqlElasticPoolPremiumSorage MAX_300_GB
300 GB storage capacity available to the pool.
-
MAX_400_GB
public static final SqlElasticPoolPremiumSorage MAX_400_GB
400 GB storage capacity available to the pool.
-
MAX_500_GB
public static final SqlElasticPoolPremiumSorage MAX_500_GB
500 GB storage capacity available to the pool.
-
MAX_750_GB
public static final SqlElasticPoolPremiumSorage MAX_750_GB
750 GB storage capacity available to the pool.
-
MAX_800_GB
public static final SqlElasticPoolPremiumSorage MAX_800_GB
800 GB storage capacity available to the pool.
-
MAX_1024_GB
public static final SqlElasticPoolPremiumSorage MAX_1024_GB
1024 GB storage capacity available to the pool.
-
MAX_1200_GB
public static final SqlElasticPoolPremiumSorage MAX_1200_GB
1200 GB storage capacity available to the pool.
-
MAX_1280_GB
public static final SqlElasticPoolPremiumSorage MAX_1280_GB
1280 GB storage capacity available to the pool.
-
MAX_1536_GB
public static final SqlElasticPoolPremiumSorage MAX_1536_GB
1536 GB storage capacity available to the pool.
-
MAX_1600_GB
public static final SqlElasticPoolPremiumSorage MAX_1600_GB
1600 GB storage capacity available to the pool.
-
MAX_1792_GB
public static final SqlElasticPoolPremiumSorage MAX_1792_GB
1792 GB storage capacity available to the pool.
-
MAX_2000_GB
public static final SqlElasticPoolPremiumSorage MAX_2000_GB
2000 GB storage capacity available to the pool.
-
MAX_2048_GB
public static final SqlElasticPoolPremiumSorage MAX_2048_GB
2048 GB storage capacity available to the pool.
-
MAX_2304_GB
public static final SqlElasticPoolPremiumSorage MAX_2304_GB
2304 GB storage capacity available to the pool.
-
MAX_2500_GB
public static final SqlElasticPoolPremiumSorage MAX_2500_GB
2500 GB storage capacity available to the pool.
-
MAX_2560_GB
public static final SqlElasticPoolPremiumSorage MAX_2560_GB
2560 GB storage capacity available to the pool.
-
MAX_2816_GB
public static final SqlElasticPoolPremiumSorage MAX_2816_GB
2816 GB storage capacity available to the pool.
-
MAX_3000_GB
public static final SqlElasticPoolPremiumSorage MAX_3000_GB
3000 GB storage capacity available to the pool.
-
MAX_3072_GB
public static final SqlElasticPoolPremiumSorage MAX_3072_GB
3072 GB storage capacity available to the pool.
-
MAX_3328_GB
public static final SqlElasticPoolPremiumSorage MAX_3328_GB
3328 GB storage capacity available to the pool.
-
MAX_3584_GB
public static final SqlElasticPoolPremiumSorage MAX_3584_GB
3584 GB storage capacity available to the pool.
-
MAX_3840_GB
public static final SqlElasticPoolPremiumSorage MAX_3840_GB
3840 GB storage capacity available to the pool.
-
MAX_4096_GB
public static final SqlElasticPoolPremiumSorage MAX_4096_GB
4096 GB storage capacity available to the pool.
-
-
Method Detail
-
values
public static SqlElasticPoolPremiumSorage[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SqlElasticPoolPremiumSorage c : SqlElasticPoolPremiumSorage.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SqlElasticPoolPremiumSorage valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
capacityInMB
public int capacityInMB()
- Returns:
- the maximum allowed storage capacity in MB for the SQL Elastic Pool
-
-