JobStepExecutionOptions Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Número máximo de vezes que a etapa de trabalho será reattempted se a primeira tentativa falhar.
Atraso inicial entre as novas tentativas de execução da etapa de trabalho.
A quantidade máxima de tempo de espera entre as novas tentativas para a execução da etapa de trabalho.
O multiplicador de retirada para o tempo entre as repetições.
Aplica-se a
Azure SDK for .NET