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

80 строки
6.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.ServiceObjective"
fullName: "com.microsoft.azure.management.sql.ServiceObjective"
name: "ServiceObjective"
nameWithType: "ServiceObjective"
summary: "An immutable client-side representation of an Azure SQL Service Objective."
syntax: "public interface **ServiceObjective**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.ServiceObjectiveInner?alt=com.microsoft.azure.management.sql.implementation.ServiceObjectiveInner&text=ServiceObjectiveInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.ServiceObjective?alt=com.microsoft.azure.management.sql.ServiceObjective&text=ServiceObjective\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.sql.ServiceObjective.description()"
fullName: "com.microsoft.azure.management.sql.ServiceObjective.description()"
name: "description()"
nameWithType: "ServiceObjective.description()"
modifiers:
- "abstract"
syntax: "public abstract String description()"
returns:
description: "the description for the service level objective"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ServiceObjective.enabled()"
fullName: "com.microsoft.azure.management.sql.ServiceObjective.enabled()"
name: "enabled()"
nameWithType: "ServiceObjective.enabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean enabled()"
returns:
description: "whether the service level objective is enabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ServiceObjective.isDefault()"
fullName: "com.microsoft.azure.management.sql.ServiceObjective.isDefault()"
name: "isDefault()"
nameWithType: "ServiceObjective.isDefault()"
modifiers:
- "abstract"
syntax: "public abstract boolean isDefault()"
returns:
description: "whether the service level objective is the default service objective"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ServiceObjective.isSystem()"
fullName: "com.microsoft.azure.management.sql.ServiceObjective.isSystem()"
name: "isSystem()"
nameWithType: "ServiceObjective.isSystem()"
modifiers:
- "abstract"
syntax: "public abstract boolean isSystem()"
returns:
description: "whether the service level objective is a system service objective"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ServiceObjective.serviceObjectiveName()"
fullName: "com.microsoft.azure.management.sql.ServiceObjective.serviceObjectiveName()"
name: "serviceObjectiveName()"
nameWithType: "ServiceObjective.serviceObjectiveName()"
modifiers:
- "abstract"
syntax: "public abstract String serviceObjectiveName()"
returns:
description: "the name for the service objective."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ServiceObjective.sqlServerName()"
fullName: "com.microsoft.azure.management.sql.ServiceObjective.sqlServerName()"
name: "sqlServerName()"
nameWithType: "ServiceObjective.sqlServerName()"
modifiers:
- "abstract"
syntax: "</br>public abstract String sqlServerName()"
returns:
description: "name of the SQL Server to which this service objective belongs"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure SQL Service Objective."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.ServiceObjectiveInner?alt=com.microsoft.azure.management.sql.implementation.ServiceObjectiveInner&text=ServiceObjectiveInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.ServiceObjective?alt=com.microsoft.azure.management.sql.ServiceObjective&text=ServiceObjective\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4