SqlElasticPoolStandardMinEDTUs Enum

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

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

The minimum limit of the reserved eDTUs value range for a "Premium" edition of an Azure SQL Elastic Pool.

Fields

eDTU_0

0 reserved minimum eDTUs available for each database in the pool.

eDTU_100

100 reserved minimum eDTUs available for each database in the pool.

eDTU_1200

1200 reserved minimum eDTUs available for each database in the pool.

eDTU_1600

1600 reserved minimum eDTUs available for each database in the pool.

eDTU_20

20 reserved minimum eDTUs available for each database in the pool.

eDTU_200

200 reserved minimum eDTUs available for each database in the pool.

eDTU_2000

2000 reserved minimum eDTUs available for each database in the pool.

eDTU_2500

2500 reserved minimum eDTUs available for each database in the pool.

eDTU_300

300 reserved minimum eDTUs available for each database in the pool.

eDTU_3000

3000 reserved minimum eDTUs available for each database in the pool.

eDTU_400

400 reserved minimum eDTUs available for each database in the pool.

eDTU_50

50 reserved minimum eDTUs available for each database in the pool.

eDTU_800

800 reserved minimum eDTUs available for each database in the pool.

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

value()

public int value()

Returns

int
the reserved minimum eDTU for each database in the SQL Elastic Pool

valueOf(String name)

public static SqlElasticPoolStandardMinEDTUs valueOf(String name)

Parameters

name
java.lang.String

Returns

values()

public static SqlElasticPoolStandardMinEDTUs[] values()

Returns

Applies to