AutomaticTuningDisabledReason Enum

  • java.lang.Object
    • java.lang.Enum<AutomaticTuningDisabledReason>
      • com.microsoft.azure.management.sql.AutomaticTuningDisabledReason

public enum AutomaticTuningDisabledReason

Defines values for AutomaticTuningDisabledReason.

Fields

AUTO_CONFIGURED

Enum value AutoConfigured.

DEFAULT

Enum value Default.

DISABLED

Enum value Disabled.

INHERITED_FROM_SERVER

Enum value InheritedFromServer.

NOT_SUPPORTED

Enum value NotSupported.

QUERY_STORE_OFF

Enum value QueryStoreOff.

QUERY_STORE_READ_ONLY

Enum value QueryStoreReadOnly.

Methods

fromString(String value)

public static AutomaticTuningDisabledReason fromString(String value)

Parses a serialized value to a AutomaticTuningDisabledReason instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed AutomaticTuningDisabledReason object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to