Class ElasticPoolDtuCapability

java.lang.Object
com.microsoft.azure.management.sql.ElasticPoolDtuCapability

public class ElasticPoolDtuCapability extends Object
The Elastic Pool DTU capability.
  • Constructor Details

    • ElasticPoolDtuCapability

      public ElasticPoolDtuCapability()
  • Method Details

    • limit

      public Long limit()
      Get the maximum size of the database (see 'unit' for the units).
      Returns:
      the limit value
    • maxDatabaseCount

      public Long maxDatabaseCount()
      Get the maximum number of databases supported.
      Returns:
      the maxDatabaseCount value
    • status

      public CapabilityStatus status()
      Get the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.
      Returns:
      the status value
    • supportedMaxSizes

      public List<MaxSizeCapability> supportedMaxSizes()
      Get the list of supported max sizes.
      Returns:
      the supportedMaxSizes value
    • includedMaxSize

      public MaxSizeCapability includedMaxSize()
      Get the included (free) max size for this service level objective.
      Returns:
      the includedMaxSize value
    • supportedPerDatabaseMaxSizes

      public List<MaxSizeCapability> supportedPerDatabaseMaxSizes()
      Get the list of supported max database sizes.
      Returns:
      the supportedPerDatabaseMaxSizes value
    • supportedPerDatabaseMaxDtus

      public List<ElasticPoolPerDatabaseMaxDtuCapability> supportedPerDatabaseMaxDtus()
      Get the list of supported max database DTUs.
      Returns:
      the supportedPerDatabaseMaxDtus value