Class AutomaticTuningServerOptions
java.lang.Object
com.microsoft.azure.management.sql.AutomaticTuningServerOptions
Automatic tuning properties for individual advisors.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet automatic tuning option actual state.Get automatic tuning option desired state.Get reason code if desired and actual state are different.Get reason description if desired and actual state are different.withDesiredState
(AutomaticTuningOptionModeDesired desiredState) Set automatic tuning option desired state.
-
Constructor Details
-
AutomaticTuningServerOptions
public AutomaticTuningServerOptions()
-
-
Method Details
-
desiredState
Get automatic tuning option desired state. Possible values include: 'Off', 'On', 'Default'.- Returns:
- the desiredState value
-
withDesiredState
Set automatic tuning option desired state. Possible values include: 'Off', 'On', 'Default'.- Parameters:
desiredState
- the desiredState value to set- Returns:
- the AutomaticTuningServerOptions object itself.
-
actualState
Get automatic tuning option actual state. Possible values include: 'Off', 'On'.- Returns:
- the actualState value
-
reasonCode
Get reason code if desired and actual state are different.- Returns:
- the reasonCode value
-
reasonDesc
Get reason description if desired and actual state are different. Possible values include: 'Default', 'Disabled', 'AutoConfigured'.- Returns:
- the reasonDesc value
-