| Package | Description | 
|---|---|
| com.microsoft.azure.management.sql | 
 This package contains the classes for SqlManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AutomaticTuningOptionModeDesired | 
AutomaticTuningOptions.desiredState()
Get the desiredState value. 
 | 
AutomaticTuningOptionModeDesired | 
AutomaticTuningServerOptions.desiredState()
Get the desiredState value. 
 | 
static AutomaticTuningOptionModeDesired | 
AutomaticTuningOptionModeDesired.fromString(String value)
Parses a serialized value to a AutomaticTuningOptionModeDesired instance. 
 | 
static AutomaticTuningOptionModeDesired | 
AutomaticTuningOptionModeDesired.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AutomaticTuningOptionModeDesired[] | 
AutomaticTuningOptionModeDesired.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SqlDatabaseAutomaticTuning.Update | 
SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOption(String tuningOptionName,
                         AutomaticTuningOptionModeDesired desiredState)
Sets the various SQL database automatic tuning options desired state. 
 | 
SqlServerAutomaticTuning.Update | 
SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOption(String tuningOptionName,
                         AutomaticTuningOptionModeDesired desiredState)
Sets the various SQL server automatic tuning options desired state. 
 | 
AutomaticTuningOptions | 
AutomaticTuningOptions.withDesiredState(AutomaticTuningOptionModeDesired desiredState)
Set the desiredState value. 
 | 
AutomaticTuningServerOptions | 
AutomaticTuningServerOptions.withDesiredState(AutomaticTuningOptionModeDesired desiredState)
Set the desiredState value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SqlDatabaseAutomaticTuning.Update | 
SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOptions(Map<String,AutomaticTuningOptionModeDesired> tuningOptions)
Sets the various SQL database 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 © 2019. All rights reserved.