Share via


SqlElasticPoolPremiumEDTUs Enum

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

public enum SqlElasticPoolPremiumEDTUs
extends Enum<SqlElasticPoolPremiumEDTUs>

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

Fields

eDTU_1000

1000 eDTUs available to the pool.

eDTU_125

125 eDTUs available to the pool.

eDTU_1500

1500 eDTUs available to the pool.

eDTU_2000

2000 eDTUs available to the pool.

eDTU_250

250 eDTUs available to the pool.

eDTU_2500

2500 eDTUs available to the pool.

eDTU_3000

3000 eDTUs available to the pool.

eDTU_3500

3500 eDTUs available to the pool.

eDTU_4000

4000 eDTUs available to the pool.

eDTU_500

500 eDTUs available to the pool.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

value()

public int value()

Gets the reserved eDTU for the SQL Elastic Pool.

Returns

int
the reserved eDTU for the SQL Elastic Pool

valueOf(String name)

public static SqlElasticPoolPremiumEDTUs valueOf(String name)

Parameters

name
String

Returns

values()

public static SqlElasticPoolPremiumEDTUs[] values()

Returns

Applies to