JobStepExecutionOptions Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Nombre maximal de fois que l’étape du travail est réentrée si la première tentative échoue.
Délai initial entre les nouvelles tentatives d’exécution de l’étape de travail.
Durée maximale d’attente entre les nouvelles tentatives pour l’exécution de l’étape du travail.
Multiplicateur de backoff pour le temps entre les nouvelles tentatives.
S’applique à
Azure SDK for .NET