| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseAutomaticTuning.Update |
SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningMode.withAutomaticTuningMode(AutomaticTuningMode desiredState)
Sets the SQL database automatic tuning desired state.
|
SqlDatabaseAutomaticTuning.Update |
SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOption(String tuningOptionName,
AutomaticTuningOptionModeDesired desiredState)
Sets the various SQL database automatic tuning options desired state.
|
SqlDatabaseAutomaticTuning.Update |
SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOptions(Map<String,AutomaticTuningOptionModeDesired> tuningOptions)
Sets the various SQL database 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.
*/