ServerVersionCapability Class

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

public class ServerVersionCapability

The server capabilities.

Method Summary

Modifier and Type Method and Description
String name()

Get the server version name.

CapabilityStatus status()

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

List<EditionCapability> supportedEditions()

Get the list of supported database editions.

List<ElasticPoolEditionCapability> supportedElasticPoolEditions()

Get the list of supported elastic pool editions.

Method Details

name

public String name()

Get the server version name.

Returns:

the name value

status

public CapabilityStatus status()

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

Returns:

the status value

supportedEditions

public List supportedEditions()

Get the list of supported database editions.

Returns:

the supportedEditions value

supportedElasticPoolEditions

public List supportedElasticPoolEditions()

Get the list of supported elastic pool editions.

Returns:

the supportedElasticPoolEditions value

Applies to