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

90 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions"
name: "AutomaticTuningServerOptions"
nameWithType: "AutomaticTuningServerOptions"
summary: "Automatic tuning properties for individual advisors."
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 **AutomaticTuningServerOptions**"
constructors:
- uid: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.AutomaticTuningServerOptions()"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.AutomaticTuningServerOptions()"
name: "AutomaticTuningServerOptions()"
nameWithType: "AutomaticTuningServerOptions.AutomaticTuningServerOptions()"
syntax: "public AutomaticTuningServerOptions()"
methods:
- uid: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.actualState()"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.actualState()"
name: "actualState()"
nameWithType: "AutomaticTuningServerOptions.actualState()"
summary: "Get automatic tuning option actual state."
syntax: "public AutomaticTuningOptionModeActual actualState()"
desc: "Get automatic tuning option actual state. Possible values include: 'Off', 'On'."
returns:
description: "the actualState value"
type: "<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningOptionModeActual?alt=com.microsoft.azure.management.sql.AutomaticTuningOptionModeActual&text=AutomaticTuningOptionModeActual\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.desiredState()"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.desiredState()"
name: "desiredState()"
nameWithType: "AutomaticTuningServerOptions.desiredState()"
summary: "Get automatic tuning option desired state."
syntax: "public AutomaticTuningOptionModeDesired desiredState()"
desc: "Get automatic tuning option desired state. Possible values include: 'Off', 'On', 'Default'."
returns:
description: "the desiredState value"
type: "<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired?alt=com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired&text=AutomaticTuningOptionModeDesired\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.reasonCode()"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.reasonCode()"
name: "reasonCode()"
nameWithType: "AutomaticTuningServerOptions.reasonCode()"
summary: "Get reason code if desired and actual state are different."
syntax: "public Integer reasonCode()"
desc: "Get reason code if desired and actual state are different."
returns:
description: "the reasonCode value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.reasonDesc()"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.reasonDesc()"
name: "reasonDesc()"
nameWithType: "AutomaticTuningServerOptions.reasonDesc()"
summary: "Get reason description if desired and actual state are different."
syntax: "public AutomaticTuningServerReason reasonDesc()"
desc: "Get reason description if desired and actual state are different. Possible values include: 'Default', 'Disabled', 'AutoConfigured'."
returns:
description: "the reasonDesc value"
type: "<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningServerReason?alt=com.microsoft.azure.management.sql.AutomaticTuningServerReason&text=AutomaticTuningServerReason\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.withDesiredState(com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired)"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningServerOptions.withDesiredState(AutomaticTuningOptionModeDesired desiredState)"
name: "withDesiredState(AutomaticTuningOptionModeDesired desiredState)"
nameWithType: "AutomaticTuningServerOptions.withDesiredState(AutomaticTuningOptionModeDesired desiredState)"
summary: "Set automatic tuning option desired state."
parameters:
- description: "the desiredState value to set"
name: "desiredState"
type: "<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired?alt=com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired&text=AutomaticTuningOptionModeDesired\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutomaticTuningServerOptions withDesiredState(AutomaticTuningOptionModeDesired desiredState)"
desc: "Set automatic tuning option desired state. Possible values include: 'Off', 'On', 'Default'."
returns:
description: "the AutomaticTuningServerOptions object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningServerOptions?alt=com.microsoft.azure.management.sql.AutomaticTuningServerOptions&text=AutomaticTuningServerOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Automatic tuning properties for individual advisors."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4