public interface SqlDatabaseAutomaticTuning extends HasInnerModel<DatabaseAutomaticTuningInner>, Refreshable<SqlDatabaseAutomaticTuning>, 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() |
innerModelrefresh, refreshAsyncAutomaticTuningMode desiredState()
AutomaticTuningMode actualState()
Map<String,AutomaticTuningOptions> tuningOptions()
Copyright © 2020 Microsoft Corporation. All rights reserved.