Class AutoPauseProperties

java.lang.Object
com.azure.analytics.synapse.artifacts.models.AutoPauseProperties

public final class AutoPauseProperties extends Object
Spark pool auto-pausing properties

Auto-pausing properties of a Big Data pool powered by Apache Spark.

  • Constructor Details

    • AutoPauseProperties

      public AutoPauseProperties()
  • Method Details

    • getDelayInMinutes

      public Integer getDelayInMinutes()
      Get the delayInMinutes property: Number of minutes of idle time before the Big Data pool is automatically paused.
      Returns:
      the delayInMinutes value.
    • setDelayInMinutes

      public AutoPauseProperties setDelayInMinutes(Integer delayInMinutes)
      Set the delayInMinutes property: Number of minutes of idle time before the Big Data pool is automatically paused.
      Parameters:
      delayInMinutes - the delayInMinutes value to set.
      Returns:
      the AutoPauseProperties object itself.
    • isEnabled

      public Boolean isEnabled()
      Get the enabled property: Whether auto-pausing is enabled for the Big Data pool.
      Returns:
      the enabled value.
    • setEnabled

      public AutoPauseProperties setEnabled(Boolean enabled)
      Set the enabled property: Whether auto-pausing is enabled for the Big Data pool.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the AutoPauseProperties object itself.