76 строки
5.0 KiB
YAML
76 строки
5.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.EditionCapability"
|
|
fullName: "com.microsoft.azure.management.sql.EditionCapability"
|
|
name: "EditionCapability"
|
|
nameWithType: "EditionCapability"
|
|
summary: "The database edition 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 **EditionCapability**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.sql.EditionCapability.EditionCapability()"
|
|
fullName: "com.microsoft.azure.management.sql.EditionCapability.EditionCapability()"
|
|
name: "EditionCapability()"
|
|
nameWithType: "EditionCapability.EditionCapability()"
|
|
syntax: "public EditionCapability()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.EditionCapability.name()"
|
|
fullName: "com.microsoft.azure.management.sql.EditionCapability.name()"
|
|
name: "name()"
|
|
nameWithType: "EditionCapability.name()"
|
|
summary: "Get the edition name."
|
|
syntax: "public String name()"
|
|
desc: "Get the edition 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.EditionCapability.status()"
|
|
fullName: "com.microsoft.azure.management.sql.EditionCapability.status()"
|
|
name: "status()"
|
|
nameWithType: "EditionCapability.status()"
|
|
summary: "Get the status of the edition."
|
|
syntax: "public CapabilityStatus status()"
|
|
desc: "Get the status of the edition. 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.EditionCapability.supportedServiceLevelObjectives()"
|
|
fullName: "com.microsoft.azure.management.sql.EditionCapability.supportedServiceLevelObjectives()"
|
|
name: "supportedServiceLevelObjectives()"
|
|
nameWithType: "EditionCapability.supportedServiceLevelObjectives()"
|
|
summary: "Get the list of supported service objectives for the edition."
|
|
syntax: "public List<ServiceObjectiveCapability> supportedServiceLevelObjectives()"
|
|
desc: "Get the list of supported service objectives for the edition."
|
|
returns:
|
|
description: "the supportedServiceLevelObjectives value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.ServiceObjectiveCapability?alt=com.microsoft.azure.management.sql.ServiceObjectiveCapability&text=ServiceObjectiveCapability\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.sql.EditionCapability.zoneRedundant()"
|
|
fullName: "com.microsoft.azure.management.sql.EditionCapability.zoneRedundant()"
|
|
name: "zoneRedundant()"
|
|
nameWithType: "EditionCapability.zoneRedundant()"
|
|
summary: "Get whether or not zone redundancy is supported for the edition."
|
|
syntax: "public Boolean zoneRedundant()"
|
|
desc: "Get whether or not zone redundancy is supported for the edition."
|
|
returns:
|
|
description: "the zoneRedundant value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The database edition capabilities."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|