AutomaticTuningDisabledReason type

Popis důvodu, pokud je to žádoucí, a skutečný stav jsou odlišné.

type AutomaticTuningDisabledReason =
  | "Default"
  | "Disabled"
  | "AutoConfigured"
  | "InheritedFromServer"
  | "QueryStoreOff"
  | "QueryStoreReadOnly"
  | "NotSupported"