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

106 строки
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.ServiceObjectiveCapability"
fullName: "com.microsoft.azure.management.sql.ServiceObjectiveCapability"
name: "ServiceObjectiveCapability"
nameWithType: "ServiceObjectiveCapability"
summary: "The service objectives capability."
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 **ServiceObjectiveCapability**"
constructors:
- uid: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.ServiceObjectiveCapability()"
fullName: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.ServiceObjectiveCapability()"
name: "ServiceObjectiveCapability()"
nameWithType: "ServiceObjectiveCapability.ServiceObjectiveCapability()"
syntax: "public ServiceObjectiveCapability()"
methods:
- uid: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.id()"
fullName: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.id()"
name: "id()"
nameWithType: "ServiceObjectiveCapability.id()"
summary: "Get the unique ID of the service objective."
syntax: "public UUID id()"
desc: "Get the unique ID of the service objective."
returns:
description: "the id value"
type: "<xref href=\"java.util.UUID?alt=java.util.UUID&text=UUID\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.includedMaxSize()"
fullName: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.includedMaxSize()"
name: "includedMaxSize()"
nameWithType: "ServiceObjectiveCapability.includedMaxSize()"
summary: "Get the included (free) max size for this service level objective."
syntax: "public MaxSizeCapability includedMaxSize()"
desc: "Get the included (free) max size for this service level objective."
returns:
description: "the includedMaxSize value"
type: "<xref href=\"com.microsoft.azure.management.sql.MaxSizeCapability?alt=com.microsoft.azure.management.sql.MaxSizeCapability&text=MaxSizeCapability\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.name()"
fullName: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.name()"
name: "name()"
nameWithType: "ServiceObjectiveCapability.name()"
summary: "Get the service objective name."
syntax: "public String name()"
desc: "Get the service objective 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.ServiceObjectiveCapability.status()"
fullName: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.status()"
name: "status()"
nameWithType: "ServiceObjectiveCapability.status()"
summary: "Get the status of the service objective."
syntax: "public CapabilityStatus status()"
desc: "Get the status of the service objective. 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.ServiceObjectiveCapability.supportedMaxSizes()"
fullName: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.supportedMaxSizes()"
name: "supportedMaxSizes()"
nameWithType: "ServiceObjectiveCapability.supportedMaxSizes()"
summary: "Get the list of supported maximum database sizes for this service objective."
syntax: "public List<MaxSizeCapability> supportedMaxSizes()"
desc: "Get the list of supported maximum database sizes for this service objective."
returns:
description: "the supportedMaxSizes 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.MaxSizeCapability?alt=com.microsoft.azure.management.sql.MaxSizeCapability&text=MaxSizeCapability\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.unit()"
fullName: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.unit()"
name: "unit()"
nameWithType: "ServiceObjectiveCapability.unit()"
summary: "Get unit type used to measure service objective performance level."
syntax: "public PerformanceLevelUnit unit()"
desc: "Get unit type used to measure service objective performance level. Possible values include: 'DTU'."
returns:
description: "the unit value"
type: "<xref href=\"com.microsoft.azure.management.sql.PerformanceLevelUnit?alt=com.microsoft.azure.management.sql.PerformanceLevelUnit&text=PerformanceLevelUnit\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.value()"
fullName: "com.microsoft.azure.management.sql.ServiceObjectiveCapability.value()"
name: "value()"
nameWithType: "ServiceObjectiveCapability.value()"
summary: "Get performance level value."
syntax: "public Integer value()"
desc: "Get performance level value."
returns:
description: "the value value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The service objectives capability."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4