EditionCapability Class

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

public class EditionCapability

The database edition capabilities.

Method Summary

Modifier and Type Method and Description
String name()

Get the edition name.

CapabilityStatus status()

Get the status of the edition. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.

List<ServiceObjectiveCapability> supportedServiceLevelObjectives()

Get the list of supported service objectives for the edition.

Boolean zoneRedundant()

Get whether or not zone redundancy is supported for the edition.

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 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

Applies to