Uses of Class
com.azure.resourcemanager.sql.models.JobStepExecutionOptions
-
Packages that use JobStepExecutionOptions Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of JobStepExecutionOptions in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return JobStepExecutionOptions Modifier and Type Method Description JobStepExecutionOptionsJobStepInner. executionOptions()Get the executionOptions property: Execution options for the job step.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type JobStepExecutionOptions Modifier and Type Method Description JobStepInnerJobStepInner. withExecutionOptions(JobStepExecutionOptions executionOptions)Set the executionOptions property: Execution options for the job step. -
Uses of JobStepExecutionOptions in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return JobStepExecutionOptions Modifier and Type Method Description JobStepExecutionOptionsJobStepExecutionOptions. withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)Set the initialRetryIntervalSeconds property: Initial delay between retries for job step execution.JobStepExecutionOptionsJobStepExecutionOptions. withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)Set the maximumRetryIntervalSeconds property: The maximum amount of time to wait between retries for job step execution.JobStepExecutionOptionsJobStepExecutionOptions. withRetryAttempts(Integer retryAttempts)Set the retryAttempts property: Maximum number of times the job step will be reattempted if the first attempt fails.JobStepExecutionOptionsJobStepExecutionOptions. withRetryIntervalBackoffMultiplier(Float retryIntervalBackoffMultiplier)Set the retryIntervalBackoffMultiplier property: The backoff multiplier for the time between retries.JobStepExecutionOptionsJobStepExecutionOptions. withTimeoutSeconds(Integer timeoutSeconds)Set the timeoutSeconds property: Execution timeout for the job step.
-