Class ElasticPoolDtuCapability
java.lang.Object
com.microsoft.azure.management.sql.ElasticPoolDtuCapability
The Elastic Pool DTU capability.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the included (free) max size for this service level objective.limit()
Get the maximum size of the database (see 'unit' for the units).Get the maximum number of databases supported.status()
Get the status of the capability.Get the list of supported max sizes.Get the list of supported max database DTUs.Get the list of supported max database sizes.
-
Constructor Details
-
ElasticPoolDtuCapability
public ElasticPoolDtuCapability()
-
-
Method Details
-
limit
Get the maximum size of the database (see 'unit' for the units).- Returns:
- the limit value
-
maxDatabaseCount
Get the maximum number of databases supported.- Returns:
- the maxDatabaseCount value
-
status
Get the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.- Returns:
- the status value
-
supportedMaxSizes
Get the list of supported max sizes.- Returns:
- the supportedMaxSizes value
-
includedMaxSize
Get the included (free) max size for this service level objective.- Returns:
- the includedMaxSize value
-
supportedPerDatabaseMaxSizes
Get the list of supported max database sizes.- Returns:
- the supportedPerDatabaseMaxSizes value
-
supportedPerDatabaseMaxDtus
Get the list of supported max database DTUs.- Returns:
- the supportedPerDatabaseMaxDtus value
-