@Beta(value=V1_8_0) public interface SqlDatabaseAutomaticTuning extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<SqlDatabaseAutomaticTuning>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<SqlDatabaseAutomaticTuning.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabaseAutomaticTuning.Update
The template for a SqlDatabaseAutomaticTuning update operation, containing all the settings that can be modified.
|
static interface |
SqlDatabaseAutomaticTuning.UpdateStages
Grouping of all the SqlDatabaseAutomaticTuning update stages.
|
| Modifier and Type | Method and Description |
|---|---|
AutomaticTuningMode |
actualState() |
AutomaticTuningMode |
desiredState() |
Map<String,AutomaticTuningOptions> |
tuningOptions() |
innerAutomaticTuningMode desiredState()
AutomaticTuningMode actualState()
Map<String,AutomaticTuningOptions> tuningOptions()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/