public class ServerVersionCapability extends Object
| Constructor and Description |
|---|
ServerVersionCapability() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the server version name.
|
CapabilityStatus |
status()
Get the status of the server version.
|
List<EditionCapability> |
supportedEditions()
Get the list of supported database editions.
|
List<ElasticPoolEditionCapability> |
supportedElasticPoolEditions()
Get the list of supported elastic pool editions.
|
public String name()
public CapabilityStatus status()
public List<EditionCapability> supportedEditions()
public List<ElasticPoolEditionCapability> supportedElasticPoolEditions()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/