Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
Modifier and Type | Method and Description |
---|---|
AutomaticTuningMode |
SqlDatabaseAutomaticTuning.actualState() |
AutomaticTuningMode |
SqlDatabaseAutomaticTuning.desiredState() |
static AutomaticTuningMode |
AutomaticTuningMode.fromString(String value)
Parses a serialized value to a AutomaticTuningMode instance.
|
static AutomaticTuningMode |
AutomaticTuningMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomaticTuningMode[] |
AutomaticTuningMode.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.WithAutomaticTuningMode.withAutomaticTuningMode(AutomaticTuningMode desiredState)
Sets the SQL database automatic tuning desired state.
|
Copyright © 2019. All rights reserved.