Uses of Class
com.microsoft.azure.management.sql.JobStepExecutionOptions
Packages that use JobStepExecutionOptions
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of JobStepExecutionOptions in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return JobStepExecutionOptionsModifier 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.