AutoPauseDelayTimeRange Class

Supported auto pause delay time range.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
msrest.serialization.Model
AutoPauseDelayTimeRange

Constructor

AutoPauseDelayTimeRange(**kwargs)

Variables

Name Description
min_value
int

Minimum value.

max_value
int

Maximum value.

step_size
int

Step value for discrete values between the minimum value and the maximum value.

default
int

Default value is no value is provided.

unit

Unit of time that delay is expressed in. Possible values include: "Minutes".

do_not_pause_value
int

Value that is used to not pause (infinite delay before pause).