SqlElasticPoolPremiumMinEDTUs Enum

  • java.lang.Object
    • java.lang.Enum<SqlElasticPoolPremiumMinEDTUs>
      • com.microsoft.azure.management.sql.SqlElasticPoolPremiumMinEDTUs

public enum SqlElasticPoolPremiumMinEDTUs

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_1000

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

eDTU_125

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

eDTU_1750

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

eDTU_25

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

eDTU_250

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

eDTU_4000

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

eDTU_50

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

eDTU_500

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

eDTU_75

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

Methods

value()

public int value()

Returns

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

Applies to