ServerVersionCapability Class

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

public class ServerVersionCapability

The server capabilities.

Constructor Summary

Constructor Description
ServerVersionCapability()

Method Summary

Modifier and Type Method and Description
java.lang.String name()

Get the server version name.

CapabilityStatus status()

Get the status of the server version.

java.util.List<EditionCapability> supportedEditions()

Get the list of supported database editions.

java.util.List<ElasticPoolEditionCapability> supportedElasticPoolEditions()

Get the list of supported elastic pool editions.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ServerVersionCapability

public ServerVersionCapability()

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