Class AutoPauseDelayTimeRange
java.lang.Object
com.azure.resourcemanager.sql.models.AutoPauseDelayTimeRange
Supported auto pause delay time range.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AutoPauseDelayTimeRange class. -
Method Summary
Modifier and TypeMethodDescriptionGet the defaultProperty property: Default value is no value is provided.Get the doNotPauseValue property: Value that is used to not pause (infinite delay before pause).maxValue()Get the maxValue property: Maximum value.minValue()Get the minValue property: Minimum value.stepSize()Get the stepSize property: Step value for discrete values between the minimum value and the maximum value.unit()Get the unit property: Unit of time that delay is expressed in.voidvalidate()Validates the instance.
-
Constructor Details
-
AutoPauseDelayTimeRange
public AutoPauseDelayTimeRange()Creates an instance of AutoPauseDelayTimeRange class.
-
-
Method Details
-
minValue
Get the minValue property: Minimum value.- Returns:
- the minValue value.
-
maxValue
Get the maxValue property: Maximum value.- Returns:
- the maxValue value.
-
stepSize
Get the stepSize property: Step value for discrete values between the minimum value and the maximum value.- Returns:
- the stepSize value.
-
defaultProperty
Get the defaultProperty property: Default value is no value is provided.- Returns:
- the defaultProperty value.
-
unit
Get the unit property: Unit of time that delay is expressed in.- Returns:
- the unit value.
-
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.
-