Class DatabaseAutomaticTuningInner


  • public class DatabaseAutomaticTuningInner
    extends com.azure.core.management.ProxyResource
    Database-level Automatic Tuning.
    • Constructor Detail

      • DatabaseAutomaticTuningInner

        public DatabaseAutomaticTuningInner()
    • Method Detail

      • desiredState

        public AutomaticTuningMode desiredState()
        Get the desiredState property: Automatic tuning desired state.
        Returns:
        the desiredState value.
      • withDesiredState

        public DatabaseAutomaticTuningInner withDesiredState​(AutomaticTuningMode desiredState)
        Set the desiredState property: Automatic tuning desired state.
        Parameters:
        desiredState - the desiredState value to set.
        Returns:
        the DatabaseAutomaticTuningInner object itself.
      • actualState

        public AutomaticTuningMode actualState()
        Get the actualState property: Automatic tuning actual state.
        Returns:
        the actualState value.
      • options

        public Map<String,​AutomaticTuningOptions> options()
        Get the options property: Automatic tuning options definition.
        Returns:
        the options value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.