ElasticPoolPerDatabaseMaxDtuCapability Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ElasticPoolPerDatabaseMaxDtuCapability
- com.
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. |
Capability |
status()
Get the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'. |
List<Elastic |
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
Get the list of supported min database DTUs.
Returns:
the supportedPerDatabaseMinDtus value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java