Uses of Class
com.azure.resourcemanager.sql.models.JobStepExecutionOptions
Packages that use JobStepExecutionOptions
Package
Description
Package containing the inner data models for SqlManagementClient.
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 JobStepExecutionOptionsModifier and TypeMethodDescriptionJobStepInner.executionOptions()Get the executionOptions property: Execution options for the job step.JobStepProperties.executionOptions()Get the executionOptions property: Execution options for the job step.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type JobStepExecutionOptionsModifier and TypeMethodDescriptionJobStepInner.withExecutionOptions(JobStepExecutionOptions executionOptions) Set the executionOptions property: Execution options for the job step.JobStepProperties.withExecutionOptions(JobStepExecutionOptions executionOptions) Set the executionOptions property: Execution options for the job step. -
Uses of JobStepExecutionOptions in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type JobStepExecutionOptionsModifier and TypeClassDescriptionfinal classThe execution options of a job step.Methods in com.azure.resourcemanager.sql.models that return JobStepExecutionOptionsModifier and TypeMethodDescriptionstatic JobStepExecutionOptionsJobStepExecutionOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JobStepExecutionOptions from the JsonReader.JobStepExecutionOptions.withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds) Set the initialRetryIntervalSeconds property: Initial delay between retries for job step execution.JobStepExecutionOptions.withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds) Set the maximumRetryIntervalSeconds property: The maximum amount of time to wait between retries for job step execution.JobStepExecutionOptions.withRetryAttempts(Integer retryAttempts) Set the retryAttempts property: Maximum number of times the job step will be reattempted if the first attempt fails.JobStepExecutionOptions.withRetryIntervalBackoffMultiplier(Float retryIntervalBackoffMultiplier) Set the retryIntervalBackoffMultiplier property: The backoff multiplier for the time between retries.JobStepExecutionOptions.withTimeoutSeconds(Integer timeoutSeconds) Set the timeoutSeconds property: Execution timeout for the job step.