SqlElasticPoolBasicMinEDTUs Enum

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

public enum SqlElasticPoolBasicMinEDTUs

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

Fields

eDTU_0

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

eDTU_5

5 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