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

JobStepExecutionOptions 类

定义

作业步骤的执行选项。

public class JobStepExecutionOptions
type JobStepExecutionOptions = class
Public Class JobStepExecutionOptions
继承
JobStepExecutionOptions

构造函数

JobStepExecutionOptions()

初始化 JobStepExecutionOptions 的新实例。

属性

InitialRetryIntervalSeconds

作业步骤执行重试之间的初始延迟。

MaximumRetryIntervalSeconds

作业步骤执行两次重试之间等待的最长时间。

RetryAttempts

如果首次尝试失败,作业步骤将重新尝试的最大次数。

RetryIntervalBackoffMultiplier

两次重试时间的退避乘数。

TimeoutSeconds

作业步骤的执行超时。

适用于