ElasticPoolPerDatabaseMaxDtuCapability Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.ElasticPoolPerDatabaseMaxDtuCapability

public class ElasticPoolPerDatabaseMaxDtuCapability

The max per-database DTU capability.

Method Summary

Modifier and Type Method and Description
Long limit()

Get the maximum DTUs per database.

CapabilityStatus status()

Get the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.

List<ElasticPoolPerDatabaseMinDtuCapability> supportedPerDatabaseMinDtus()

Get the list of supported min database DTUs.

Method Details

limit

public Long limit()

Get the maximum DTUs per database.

Returns:

the limit value

status

public CapabilityStatus status()

Get the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.

Returns:

the status value

supportedPerDatabaseMinDtus

public List supportedPerDatabaseMinDtus()

Get the list of supported min database DTUs.

Returns:

the supportedPerDatabaseMinDtus value

Applies to