Class ServiceObjectiveCapability

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

public class ServiceObjectiveCapability extends Object
The service objectives capability.
  • Constructor Details

    • ServiceObjectiveCapability

      public ServiceObjectiveCapability()
  • Method Details

    • name

      public String name()
      Get the service objective name.
      Returns:
      the name value
    • status

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

      public PerformanceLevelUnit unit()
      Get unit type used to measure service objective performance level. Possible values include: 'DTU'.
      Returns:
      the unit value
    • value

      public Integer value()
      Get performance level value.
      Returns:
      the value value
    • id

      public UUID id()
      Get the unique ID of the service objective.
      Returns:
      the id value
    • supportedMaxSizes

      public List<MaxSizeCapability> supportedMaxSizes()
      Get the list of supported maximum database sizes for this service objective.
      Returns:
      the supportedMaxSizes value
    • includedMaxSize

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