Partager via


JobStepExecutionOptions Constructeurs

Définition

Surcharges

JobStepExecutionOptions()

Initialise une nouvelle instance de la classe JobStepExecutionOptions.

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

Initialise une nouvelle instance de la classe JobStepExecutionOptions.

JobStepExecutionOptions()

Initialise une nouvelle instance de la classe JobStepExecutionOptions.

public JobStepExecutionOptions ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe 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)

Paramètres

timeoutSeconds
Nullable<Int32>

Délai d’exécution pour l’étape de travail.

retryAttempts
Nullable<Int32>

Nombre maximal de fois que l’étape du travail est réentrée si la première tentative échoue.

initialRetryIntervalSeconds
Nullable<Int32>

Délai initial entre les nouvelles tentatives d’exécution de l’étape de travail.

maximumRetryIntervalSeconds
Nullable<Int32>

Durée maximale d’attente entre les nouvelles tentatives pour l’exécution de l’étape du travail.

retryIntervalBackoffMultiplier
Nullable<Double>

Multiplicateur de backoff pour le temps entre les nouvelles tentatives.

S’applique à