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

125 строки
8.8 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason"
name: "AutomaticTuningDisabledReason"
nameWithType: "AutomaticTuningDisabledReason"
summary: "Defines values for Automatic<wbr>Tuning<wbr>Disabled<wbr>Reason."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)?alt=java.lang.Enum.<T>valueOf&text=<T>valueOf\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.clone()?alt=java.lang.Enum.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.compareTo(E)?alt=java.lang.Enum.compareTo&text=compareTo\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.equals(java.lang.Object)?alt=java.lang.Enum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.finalize()?alt=java.lang.Enum.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.getDeclaringClass()?alt=java.lang.Enum.getDeclaringClass&text=getDeclaringClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.hashCode()?alt=java.lang.Enum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.name()?alt=java.lang.Enum.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.ordinal()?alt=java.lang.Enum.ordinal&text=ordinal\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.toString()?alt=java.lang.Enum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" 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.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 enum **AutomaticTuningDisabledReason**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningDisabledReason?alt=com.microsoft.azure.management.sql.AutomaticTuningDisabledReason&text=AutomaticTuningDisabledReason\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.AUTO_CONFIGURED"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.AUTO_CONFIGURED"
name: "AUTO_CONFIGURED"
nameWithType: "AutomaticTuningDisabledReason.AUTO_CONFIGURED"
summary: "Enum value Auto<wbr>Configured."
desc: "Enum value AutoConfigured."
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.DEFAULT"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.DEFAULT"
name: "DEFAULT"
nameWithType: "AutomaticTuningDisabledReason.DEFAULT"
summary: "Enum value Default."
desc: "Enum value Default."
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.DISABLED"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.DISABLED"
name: "DISABLED"
nameWithType: "AutomaticTuningDisabledReason.DISABLED"
summary: "Enum value Disabled."
desc: "Enum value Disabled."
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.INHERITED_FROM_SERVER"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.INHERITED_FROM_SERVER"
name: "INHERITED_FROM_SERVER"
nameWithType: "AutomaticTuningDisabledReason.INHERITED_FROM_SERVER"
summary: "Enum value Inherited<wbr>From<wbr>Server."
desc: "Enum value InheritedFromServer."
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.NOT_SUPPORTED"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.NOT_SUPPORTED"
name: "NOT_SUPPORTED"
nameWithType: "AutomaticTuningDisabledReason.NOT_SUPPORTED"
summary: "Enum value Not<wbr>Supported."
desc: "Enum value NotSupported."
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.QUERY_STORE_OFF"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.QUERY_STORE_OFF"
name: "QUERY_STORE_OFF"
nameWithType: "AutomaticTuningDisabledReason.QUERY_STORE_OFF"
summary: "Enum value Query<wbr>Store<wbr>Off."
desc: "Enum value QueryStoreOff."
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.QUERY_STORE_READ_ONLY"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.QUERY_STORE_READ_ONLY"
name: "QUERY_STORE_READ_ONLY"
nameWithType: "AutomaticTuningDisabledReason.QUERY_STORE_READ_ONLY"
summary: "Enum value Query<wbr>Store<wbr>Read<wbr>Only."
desc: "Enum value QueryStoreReadOnly."
methods:
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.fromString(String value)"
name: "fromString(String value)"
nameWithType: "AutomaticTuningDisabledReason.fromString(String value)"
summary: "Parses a serialized value to a Automatic<wbr>Tuning<wbr>Disabled<wbr>Reason instance."
modifiers:
- "static"
parameters:
- description: "the serialized value to parse."
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AutomaticTuningDisabledReason fromString(String value)"
desc: "Parses a serialized value to a AutomaticTuningDisabledReason instance."
returns:
description: "the parsed AutomaticTuningDisabledReason object, or null if unable to parse."
type: "<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningDisabledReason?alt=com.microsoft.azure.management.sql.AutomaticTuningDisabledReason&text=AutomaticTuningDisabledReason\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.toString()"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.toString()"
name: "toString()"
nameWithType: "AutomaticTuningDisabledReason.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "AutomaticTuningDisabledReason.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AutomaticTuningDisabledReason valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningDisabledReason?alt=com.microsoft.azure.management.sql.AutomaticTuningDisabledReason&text=AutomaticTuningDisabledReason\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.values()"
fullName: "com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.values()"
name: "values()"
nameWithType: "AutomaticTuningDisabledReason.values()"
modifiers:
- "static"
syntax: "public static AutomaticTuningDisabledReason[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningDisabledReason?alt=com.microsoft.azure.management.sql.AutomaticTuningDisabledReason&text=AutomaticTuningDisabledReason\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines values for AutomaticTuningDisabledReason."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4