JobStepExecutionOptions Construtores

Definição

Sobrecargas

JobStepExecutionOptions()

Inicializa uma nova instância da classe JobStepExecutionOptions.

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

Inicializa uma nova instância da classe JobStepExecutionOptions.

JobStepExecutionOptions()

Inicializa uma nova instância da classe JobStepExecutionOptions.

public JobStepExecutionOptions ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe JobStepExecutionOptions.

public JobStepExecutionOptions (int? timeoutSeconds = default, int? retryAttempts = default, int? initialRetryIntervalSeconds = default, int? maximumRetryIntervalSeconds = default, double? retryIntervalBackoffMultiplier = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.JobStepExecutionOptions : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<double> -> Microsoft.Azure.Management.Sql.Fluent.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)

Parâmetros

timeoutSeconds
Nullable<Int32>

Tempo limite de execução para a etapa de trabalho.

retryAttempts
Nullable<Int32>

Número máximo de vezes que a etapa de trabalho será reattempted se a primeira tentativa falhar.

initialRetryIntervalSeconds
Nullable<Int32>

Atraso inicial entre as novas tentativas de execução da etapa de trabalho.

maximumRetryIntervalSeconds
Nullable<Int32>

A quantidade máxima de tempo de espera entre as novas tentativas para a execução da etapa de trabalho.

retryIntervalBackoffMultiplier
Nullable<Double>

O multiplicador de retirada para o tempo entre as repetições.

Aplica-se a