Interface SqlDatabaseAutomaticTuning

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<DatabaseAutomaticTuningInner>, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<SqlDatabaseAutomaticTuning>, com.azure.resourcemanager.resources.fluentcore.model.Updatable<SqlDatabaseAutomaticTuning.Update>

public interface SqlDatabaseAutomaticTuning extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<DatabaseAutomaticTuningInner>, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<SqlDatabaseAutomaticTuning>, com.azure.resourcemanager.resources.fluentcore.model.Updatable<SqlDatabaseAutomaticTuning.Update>
An immutable client-side representation of an Azure SQL database automatic tuning object.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The template for a SqlDatabaseAutomaticTuning update operation, containing all the settings that can be modified.
    static interface 
    Grouping of all the SqlDatabaseAutomaticTuning update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the database automatic tuning actual state.
    Gets the database automatic tuning desired state.
    Gets the database automatic tuning individual options.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable

    refresh, refreshAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable

    update
  • 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