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

JobStepExecutionOptions 类

定义

作业步骤的执行选项。

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

构造函数

JobStepExecutionOptions()

初始化 JobStepExecutionOptions 类的新实例。

JobStepExecutionOptions(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>)

初始化 JobStepExecutionOptions 类的新实例。

属性

InitialRetryIntervalSeconds

获取或设置作业步骤执行重试之间的初始延迟。

MaximumRetryIntervalSeconds

获取或设置作业步骤执行两次重试之间等待的最长时间。

RetryAttempts

获取或设置首次尝试失败时将重新尝试作业步骤的最大次数。

RetryIntervalBackoffMultiplier

获取或设置重试间隔时间的退避乘数。

TimeoutSeconds

获取或设置作业步骤的执行超时。

适用于