ElasticPoolDtuCapability Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ElasticPoolDtuCapability
- com.
public class ElasticPoolDtuCapability
The Elastic Pool DTU capability.
Method Summary
Modifier and Type | Method and Description |
---|---|
Max |
includedMaxSize()
Get the included (free) max size for this service level objective. |
Long |
limit()
Get the maximum size of the database (see 'unit' for the units). |
Long |
maxDatabaseCount()
Get the maximum number of databases supported. |
Capability |
status()
Get the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'. |
List<Max |
supportedMaxSizes()
Get the list of supported max sizes. |
List<Elastic |
supportedPerDatabaseMaxDtus()
Get the list of supported max database DTUs. |
List<Max |
supportedPerDatabaseMaxSizes()
Get the list of supported max database sizes. |
Method Details
includedMaxSize
public MaxSizeCapability includedMaxSize()
Get the included (free) max size for this service level objective.
Returns:
limit
public Long limit()
Get the maximum size of the database (see 'unit' for the units).
Returns:
maxDatabaseCount
public Long maxDatabaseCount()
Get the maximum number of databases supported.
Returns:
status
public CapabilityStatus status()
Get the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.
Returns:
supportedMaxSizes
public List
Get the list of supported max sizes.
Returns:
supportedPerDatabaseMaxDtus
public List
Get the list of supported max database DTUs.
Returns:
supportedPerDatabaseMaxSizes
public List
Get the list of supported max database sizes.
Returns:
Applies to
Azure SDK for Java