مشاركة عبر


SqlElasticPoolStandardEDTUs Enum

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

public enum SqlElasticPoolStandardEDTUs
extends Enum<SqlElasticPoolStandardEDTUs>

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

Fields

eDTU_100

100 eDTUs available to the pool.

eDTU_1200

1200 eDTUs available to the pool.

eDTU_1600

1600 eDTUs available to the pool.

eDTU_200

200 eDTUs available to the pool.

eDTU_2000

2000 eDTUs available to the pool.

eDTU_2500

2500 eDTUs available to the pool.

eDTU_300

300 eDTUs available to the pool.

eDTU_3000

3000 eDTUs available to the pool.

eDTU_400

400 eDTUs available to the pool.

eDTU_50

50 eDTUs available to the pool.

eDTU_800

800 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 SqlElasticPoolStandardEDTUs valueOf(String name)

Parameters

name
String

Returns

values()

public static SqlElasticPoolStandardEDTUs[] values()

Returns

Applies to