Class AutoPauseDelayTimeRange
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.AutoPauseDelayTimeRange
-
public final class AutoPauseDelayTimeRange extends Object
Supported auto pause delay time range.
-
-
Constructor Summary
Constructors Constructor Description AutoPauseDelayTimeRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerdefaultProperty()Get the defaultProperty property: Default value is no value is provided.IntegerdoNotPauseValue()Get the doNotPauseValue property: Value that is used to not pause (infinite delay before pause).IntegermaxValue()Get the maxValue property: Maximum value.IntegerminValue()Get the minValue property: Minimum value.IntegerstepSize()Get the stepSize property: Step value for discrete values between the minimum value and the maximum value.PauseDelayTimeUnitunit()Get the unit property: Unit of time that delay is expressed in.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
minValue
public Integer minValue()
Get the minValue property: Minimum value.- Returns:
- the minValue value.
-
maxValue
public Integer maxValue()
Get the maxValue property: Maximum value.- Returns:
- the maxValue value.
-
stepSize
public Integer stepSize()
Get the stepSize property: Step value for discrete values between the minimum value and the maximum value.- Returns:
- the stepSize value.
-
defaultProperty
public Integer defaultProperty()
Get the defaultProperty property: Default value is no value is provided.- Returns:
- the defaultProperty value.
-
unit
public PauseDelayTimeUnit unit()
Get the unit property: Unit of time that delay is expressed in.- Returns:
- the unit value.
-
doNotPauseValue
public Integer doNotPauseValue()
Get the doNotPauseValue property: Value that is used to not pause (infinite delay before pause).- Returns:
- the doNotPauseValue value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-