Interface SqlDatabaseAutomaticTuning

All Superinterfaces:
HasInnerModel<DatabaseAutomaticTuningInner>, Refreshable<SqlDatabaseAutomaticTuning>, Updatable<SqlDatabaseAutomaticTuning.Update>

An immutable client-side representation of an Azure SQL database automatic tuning object.
  • Method Details

    • desiredState

      AutomaticTuningMode desiredState()
      Gets the database automatic tuning desired state.
      Returns:
      the database automatic tuning desired state
    • actualState

      AutomaticTuningMode actualState()
      Gets the database automatic tuning actual state.
      Returns:
      the database automatic tuning actual state
    • tuningOptions

      Map<String, AutomaticTuningOptions> tuningOptions()
      Gets the database automatic tuning individual options.
      Returns:
      the database automatic tuning individual options