| Modifier and Type | Method and Description |
|---|---|
SqlServerAutomaticTuning.Update |
SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode.withAutomaticTuningMode(AutomaticTuningServerMode desiredState)
Sets the SQL server automatic tuning desired state.
|
SqlServerAutomaticTuning.Update |
SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOption(String tuningOptionName,
AutomaticTuningOptionModeDesired desiredState)
Sets the various SQL server automatic tuning options desired state.
|
SqlServerAutomaticTuning.Update |
SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOptions(Map<String,AutomaticTuningOptionModeDesired> tuningOptions)
Sets the various SQL server automatic tuning options desired state.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/