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

FixedDelayRetryOptions interface

属性

delayInterval

重试之间使用的延迟。 可以是以毫秒为单位的数字或 Duration 对象

maxRetryCount

每个函数执行允许的最大重试次数。 -1 表示无限期重试。

strategy

允许在每次重试之间运行指定的时间。

属性详细信息

delayInterval

重试之间使用的延迟。 可以是以毫秒为单位的数字或 Duration 对象

delayInterval: number | Duration

属性值

number | Duration

maxRetryCount

每个函数执行允许的最大重试次数。 -1 表示无限期重试。

maxRetryCount: number

属性值

number

strategy

允许在每次重试之间运行指定的时间。

strategy: "fixedDelay"

属性值

"fixedDelay"