ServerVersionCapability Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ServerVersionCapability
- com.
public class ServerVersionCapability
The server capabilities.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the server version name. |
Capability |
status()
Get the status of the server version. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'. |
List<Edition |
supportedEditions()
Get the list of supported database editions. |
List<Elastic |
supportedElasticPoolEditions()
Get the list of supported elastic pool editions. |
Method Details
name
public String name()
Get the server version name.
Returns:
status
public CapabilityStatus status()
Get the status of the server version. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.
Returns:
supportedEditions
public List
Get the list of supported database editions.
Returns:
supportedElasticPoolEditions
public List
Get the list of supported elastic pool editions.
Returns:
Applies to
Azure SDK for Java