你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutoPauseDelayTimeRange Class

Supported auto pause delay time range.

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

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).