@Beta(value=V1_8_0) public interface SqlDatabaseAutomaticTuning extends HasInner<com.microsoft.azure.management.sql.implementation.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() |
inner
refresh, refreshAsync
AutomaticTuningMode desiredState()
AutomaticTuningMode actualState()
Map<String,AutomaticTuningOptions> tuningOptions()
Copyright © 2019. All rights reserved.