次の方法で共有


JobStepExecutionOptions コンストラクター

定義

オーバーロード

JobStepExecutionOptions()

JobStepExecutionOptions クラスの新しいインスタンスを初期化します。

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

JobStepExecutionOptions クラスの新しいインスタンスを初期化します。

JobStepExecutionOptions()

JobStepExecutionOptions クラスの新しいインスタンスを初期化します。

public JobStepExecutionOptions ();
Public Sub New ()

適用対象

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

JobStepExecutionOptions クラスの新しいインスタンスを初期化します。

public JobStepExecutionOptions (int? timeoutSeconds = default, int? retryAttempts = default, int? initialRetryIntervalSeconds = default, int? maximumRetryIntervalSeconds = default, double? retryIntervalBackoffMultiplier = default);
new Microsoft.Azure.Management.Sql.Models.JobStepExecutionOptions : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<double> -> Microsoft.Azure.Management.Sql.Models.JobStepExecutionOptions
Public Sub New (Optional timeoutSeconds As Nullable(Of Integer) = Nothing, Optional retryAttempts As Nullable(Of Integer) = Nothing, Optional initialRetryIntervalSeconds As Nullable(Of Integer) = Nothing, Optional maximumRetryIntervalSeconds As Nullable(Of Integer) = Nothing, Optional retryIntervalBackoffMultiplier As Nullable(Of Double) = Nothing)

パラメーター

timeoutSeconds
Nullable<Int32>

ジョブ ステップの実行タイムアウト。

retryAttempts
Nullable<Int32>

最初の試行が失敗した場合にジョブ ステップが再試行される最大回数。

initialRetryIntervalSeconds
Nullable<Int32>

ジョブ ステップの実行の再試行間の初期遅延。

maximumRetryIntervalSeconds
Nullable<Int32>

ジョブ ステップの実行の再試行の間に待機する最大時間。

retryIntervalBackoffMultiplier
Nullable<Double>

再試行の間のバックオフ乗数。

適用対象