azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

76 строки
5.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.ServerVersionCapability"
fullName: "com.microsoft.azure.management.sql.ServerVersionCapability"
name: "ServerVersionCapability"
nameWithType: "ServerVersionCapability"
summary: "The server capabilities."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ServerVersionCapability**"
constructors:
- uid: "com.microsoft.azure.management.sql.ServerVersionCapability.ServerVersionCapability()"
fullName: "com.microsoft.azure.management.sql.ServerVersionCapability.ServerVersionCapability()"
name: "ServerVersionCapability()"
nameWithType: "ServerVersionCapability.ServerVersionCapability()"
syntax: "public ServerVersionCapability()"
methods:
- uid: "com.microsoft.azure.management.sql.ServerVersionCapability.name()"
fullName: "com.microsoft.azure.management.sql.ServerVersionCapability.name()"
name: "name()"
nameWithType: "ServerVersionCapability.name()"
summary: "Get the server version name."
syntax: "public String name()"
desc: "Get the server version name."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ServerVersionCapability.status()"
fullName: "com.microsoft.azure.management.sql.ServerVersionCapability.status()"
name: "status()"
nameWithType: "ServerVersionCapability.status()"
summary: "Get the status of the server version."
syntax: "public CapabilityStatus status()"
desc: "Get the status of the server version. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'."
returns:
description: "the status value"
type: "<xref href=\"com.microsoft.azure.management.sql.CapabilityStatus?alt=com.microsoft.azure.management.sql.CapabilityStatus&text=CapabilityStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ServerVersionCapability.supportedEditions()"
fullName: "com.microsoft.azure.management.sql.ServerVersionCapability.supportedEditions()"
name: "supportedEditions()"
nameWithType: "ServerVersionCapability.supportedEditions()"
summary: "Get the list of supported database editions."
syntax: "public List<EditionCapability> supportedEditions()"
desc: "Get the list of supported database editions."
returns:
description: "the supportedEditions value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.EditionCapability?alt=com.microsoft.azure.management.sql.EditionCapability&text=EditionCapability\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.ServerVersionCapability.supportedElasticPoolEditions()"
fullName: "com.microsoft.azure.management.sql.ServerVersionCapability.supportedElasticPoolEditions()"
name: "supportedElasticPoolEditions()"
nameWithType: "ServerVersionCapability.supportedElasticPoolEditions()"
summary: "Get the list of supported elastic pool editions."
syntax: "public List<ElasticPoolEditionCapability> supportedElasticPoolEditions()"
desc: "Get the list of supported elastic pool editions."
returns:
description: "the supportedElasticPoolEditions value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.ElasticPoolEditionCapability?alt=com.microsoft.azure.management.sql.ElasticPoolEditionCapability&text=ElasticPoolEditionCapability\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The server capabilities."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4