Class EditionCapability

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

public class EditionCapability extends Object
The database edition capabilities.
  • Constructor Details

    • EditionCapability

      public EditionCapability()
  • Method Details

    • name

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

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

      public List<ServiceObjectiveCapability> supportedServiceLevelObjectives()
      Get the list of supported service objectives for the edition.
      Returns:
      the supportedServiceLevelObjectives value
    • zoneRedundant

      public Boolean zoneRedundant()
      Get whether or not zone redundancy is supported for the edition.
      Returns:
      the zoneRedundant value