SqlDatabasePremiumStorage Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.management.sql.SqlDatabasePremiumStorage

public enum SqlDatabasePremiumStorage
extends java.lang.Enum<SqlDatabasePremiumStorage>

The maximum allowed storage capacity for a "Premium" 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_1280_GB

1280 GB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_150_GB

150 GB storage capacity available for the database.

MAX_1536_GB

1536 GB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_1792_GB

1792 GB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_1_GB

1 GB storage capacity available for the database.

MAX_1_TB

1 TB storage capacity available for the database.

MAX_200_GB

200 GB storage capacity available for the database.

MAX_20_GB

20 GB storage capacity available for the database.

MAX_2304_GB

2304 GB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_250_GB

250 GB storage capacity available for the database.

MAX_2560_GB

2560 GB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_2816_GB

2816 GB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_2_GB

2 GB storage capacity available for the database.

MAX_2_TB

2 TB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_300_GB

300 GB storage capacity available for the database.

MAX_30_GB

30 GB storage capacity available for the database.

MAX_3328_GB

3328 GB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_3584_GB

3584 GB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_3840_GB

3840 GB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_3_TB

3 TB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_400_GB

400 GB storage capacity available for the database.

MAX_40_GB

40 GB storage capacity available for the database.

MAX_4_TB

4 TB storage capacity available for the database (only with ServiceObjective "P9" or higher).

MAX_500_GB

500 GB storage capacity available for the database.

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.

Methods inherited from java.lang.Enum

java.lang.Enum.<T>valueOf java.lang.Enum.clone java.lang.Enum.compareTo java.lang.Enum.equals java.lang.Enum.finalize java.lang.Enum.getDeclaringClass java.lang.Enum.hashCode java.lang.Enum.name java.lang.Enum.ordinal java.lang.Enum.toString

Methods inherited from java.lang.Object

java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Methods

capacity()

public long capacity()

Returns

long
the maximum allowed storage capacity in bytes for the SQL Database

capacityInMB()

public long capacityInMB()

Returns

long
the maximum allowed storage capacity in MB for the SQL Database

valueOf(String name)

public static SqlDatabasePremiumStorage valueOf(String name)

Parameters

name
java.lang.String

Returns

values()

public static SqlDatabasePremiumStorage[] values()

Returns

Applies to