Uses of Class
com.microsoft.azure.management.sql.JobStepExecutionOptions
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of JobStepExecutionOptions in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionJobStepExecutionOptions.withInitialRetryIntervalSeconds
(Integer initialRetryIntervalSeconds) Set initial delay between retries for job step execution.JobStepExecutionOptions.withMaximumRetryIntervalSeconds
(Integer maximumRetryIntervalSeconds) Set the maximum amount of time to wait between retries for job step execution.JobStepExecutionOptions.withRetryAttempts
(Integer retryAttempts) Set maximum number of times the job step will be reattempted if the first attempt fails.JobStepExecutionOptions.withRetryIntervalBackoffMultiplier
(Double retryIntervalBackoffMultiplier) Set the backoff multiplier for the time between retries.JobStepExecutionOptions.withTimeoutSeconds
(Integer timeoutSeconds) Set execution timeout for the job step.