Freigeben über


SqlDatabaseBasicStorage Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.sql.models.SqlDatabaseBasicStorage

public enum SqlDatabaseBasicStorage
extends Enum<SqlDatabaseBasicStorage>

The maximum allowed storage capacity for a "Basic" edition of an Azure SQL Elastic Pool.

Fields

MAX_100_MB

100 MB storage capacity available for the database.

MAX_1_GB

1 GB storage capacity available for the database.

MAX_2_GB

2 GB storage capacity available for the database.

MAX_500_MB

100 MB storage capacity available for the database.

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

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

capacityInMB()

public long capacityInMB()

Gets the maximum allowed storage capacity in MB for the SQL Database.

Returns

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

valueOf(String name)

public static SqlDatabaseBasicStorage valueOf(String name)

Parameters

name
String

Returns

values()

public static SqlDatabaseBasicStorage[] values()

Returns

Applies to