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

53 строки
2.8 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.management.sql.AutomaticTuningServerReason.AUTO_CONFIGURED
name: AUTO_CONFIGURED
nameWithType: AutomaticTuningServerReason.AUTO_CONFIGURED
summary: <p>Enum value AutoConfigured. </p>
uid: com.microsoft.azure.management.sql.AutomaticTuningServerReason.AUTO_CONFIGURED
- fullName: com.microsoft.azure.management.sql.AutomaticTuningServerReason.DEFAULT
name: DEFAULT
nameWithType: AutomaticTuningServerReason.DEFAULT
summary: <p>Enum value Default. </p>
uid: com.microsoft.azure.management.sql.AutomaticTuningServerReason.DEFAULT
- fullName: com.microsoft.azure.management.sql.AutomaticTuningServerReason.DISABLED
name: DISABLED
nameWithType: AutomaticTuningServerReason.DISABLED
summary: <p>Enum value Disabled. </p>
uid: com.microsoft.azure.management.sql.AutomaticTuningServerReason.DISABLED
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;AutomaticTuningServerReason&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.sql.AutomaticTuningServerReason.fromString(String value)
name: fromString(String value)
nameWithType: AutomaticTuningServerReason.fromString(String value)
parameters:
- description: <p>the serialized value to parse. </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the parsed AutomaticTuningServerReason object, or null if unable to parse. </p>
type: <xref href="com.microsoft.azure.management.sql.AutomaticTuningServerReason?alt=com.microsoft.azure.management.sql.AutomaticTuningServerReason&text=AutomaticTuningServerReason" data-throw-if-not-resolved="False"/>
summary: >-
<p>Parses a serialized value to a AutomaticTuningServerReason instance.</p>
<p></p>
syntax: public static AutomaticTuningServerReason fromString(String value)
uid: com.microsoft.azure.management.sql.AutomaticTuningServerReason.fromString(String)
- fullName: com.microsoft.azure.management.sql.AutomaticTuningServerReason.toString()
name: toString()
nameWithType: AutomaticTuningServerReason.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String toString()
uid: com.microsoft.azure.management.sql.AutomaticTuningServerReason.toString()
nameWithType: AutomaticTuningServerReason
syntax: public enum AutomaticTuningServerReason
uid: com.microsoft.azure.management.sql.AutomaticTuningServerReason
fullName: com.microsoft.azure.management.sql.AutomaticTuningServerReason
name: AutomaticTuningServerReason
package: com.microsoft.azure.management.sql
summary: <p>Defines values for AutomaticTuningServerReason. </p>
metadata: {}