SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions Interface
public interface WithAutomaticTuningOptions
The update stage setting the server automatic tuning options.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)
Sets the various SQL server automatic tuning options desired state. |
Sql |
withAutomaticTuningOptions(Map<String, AutomaticTuningOptionModeDesired> tuningOptions)
Sets the various SQL server automatic tuning options desired state. |
Method Details
withAutomaticTuningOption
public Update withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)
Sets the various SQL server automatic tuning options desired state.
Parameters:
tuningOptionName
- tuning option name
desiredState
- the desired state
Returns:
Next stage of the update.
withAutomaticTuningOptions
public Update withAutomaticTuningOptions(Map
Sets the various SQL server automatic tuning options desired state.
Parameters:
tuningOptions
- the tuning options
Returns:
Next stage of the update.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java