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

@Beta(V1_7_0) public enum SqlDatabaseStandardStorage extends Enum<SqlDatabaseStandardStorage>
The maximum allowed storage capacity for a "Standard" edition of an Azure SQL Elastic Pool.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    1 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 Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • MAX_100_MB

      public static final SqlDatabaseStandardStorage MAX_100_MB
      100 MB storage capacity available for the database.
    • MAX_500_MB

      public static final SqlDatabaseStandardStorage MAX_500_MB
      100 MB storage capacity available for the database.
    • MAX_1_GB

      public static final SqlDatabaseStandardStorage MAX_1_GB
      1 GB storage capacity available for the database.
    • MAX_2_GB

      public static final SqlDatabaseStandardStorage MAX_2_GB
      2 GB storage capacity available for the database.
    • MAX_5_GB

      public static final SqlDatabaseStandardStorage MAX_5_GB
      5 GB storage capacity available for the database.
    • MAX_10_GB

      public static final SqlDatabaseStandardStorage MAX_10_GB
      10 GB storage capacity available for the database.
    • MAX_20_GB

      public static final SqlDatabaseStandardStorage MAX_20_GB
      20 GB storage capacity available for the database.
    • MAX_30_GB

      public static final SqlDatabaseStandardStorage MAX_30_GB
      30 GB storage capacity available for the database.
    • MAX_40_GB

      public static final SqlDatabaseStandardStorage MAX_40_GB
      40 GB storage capacity available for the database.
    • MAX_50_GB

      public static final SqlDatabaseStandardStorage MAX_50_GB
      50 GB storage capacity available for the database.
    • MAX_100_GB

      public static final SqlDatabaseStandardStorage MAX_100_GB
      100 GB storage capacity available for the database.
    • MAX_150_GB

      public static final SqlDatabaseStandardStorage MAX_150_GB
      150 GB storage capacity available for the database.
    • MAX_200_GB

      public static final SqlDatabaseStandardStorage MAX_200_GB
      200 GB storage capacity available for the database.
    • MAX_250_GB

      public static final SqlDatabaseStandardStorage MAX_250_GB
      250 GB storage capacity available for the database.
    • MAX_300_GB

      public static final SqlDatabaseStandardStorage MAX_300_GB
      300 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).
    • MAX_400_GB

      public static final SqlDatabaseStandardStorage MAX_400_GB
      400 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).
    • MAX_500_GB

      public static final SqlDatabaseStandardStorage MAX_500_GB
      500 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).
    • MAX_750_GB

      public static final SqlDatabaseStandardStorage MAX_750_GB
      750 GB storage capacity available for the database (only with ServiceObjective "S3" or higher).
    • MAX_1_TB

      public static final SqlDatabaseStandardStorage MAX_1_TB
      1 TB storage capacity available for the database (only with ServiceObjective "S3" or higher).
  • Method Details

    • values

      public static SqlDatabaseStandardStorage[] values()
      Returns 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
    • valueOf

      public static SqlDatabaseStandardStorage valueOf(String name)
      Returns 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
    • capacityInMB

      public long capacityInMB()
      Returns:
      the maximum allowed storage capacity in MB for the SQL Database
    • capacity

      public long capacity()
      Returns:
      the maximum allowed storage capacity in bytes for the SQL Database