AutoPauseProperties Class

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

public final class AutoPauseProperties

Spark pool auto-pausing properties

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

Constructor Summary

Constructor Description
AutoPauseProperties()

Creates an instance of AutoPauseProperties class.

Method Summary

Modifier and Type Method and Description
Integer getDelayInMinutes()

Get the delayInMinutes property: Number of minutes of idle time before the Big Data pool is automatically paused.

Boolean isEnabled()

Get the enabled property: Whether auto-pausing is enabled for the Big Data pool.

AutoPauseProperties setDelayInMinutes(Integer delayInMinutes)

Set the delayInMinutes property: Number of minutes of idle time before the Big Data pool is automatically paused.

AutoPauseProperties setEnabled(Boolean enabled)

Set the enabled property: Whether auto-pausing is enabled for the Big Data pool.

Methods inherited from java.lang.Object

Constructor Details

AutoPauseProperties

public AutoPauseProperties()

Creates an instance of AutoPauseProperties class.

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.

isEnabled

public Boolean isEnabled()

Get the enabled property: Whether auto-pausing is enabled for the Big Data pool.

Returns:

the enabled 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.

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.

Applies to