### YamlMime:JavaType uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions" name: "JobStepExecutionOptions" nameWithType: "JobStepExecutionOptions" summary: "The execution options of a job step." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **JobStepExecutionOptions**" constructors: - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.JobStepExecutionOptions()" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.JobStepExecutionOptions()" name: "JobStepExecutionOptions()" nameWithType: "JobStepExecutionOptions.JobStepExecutionOptions()" syntax: "public JobStepExecutionOptions()" methods: - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.initialRetryIntervalSeconds()" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.initialRetryIntervalSeconds()" name: "initialRetryIntervalSeconds()" nameWithType: "JobStepExecutionOptions.initialRetryIntervalSeconds()" summary: "Get initial delay between retries for job step execution." syntax: "public Integer initialRetryIntervalSeconds()" desc: "Get initial delay between retries for job step execution." returns: description: "the initialRetryIntervalSeconds value" type: "" - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.maximumRetryIntervalSeconds()" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.maximumRetryIntervalSeconds()" name: "maximumRetryIntervalSeconds()" nameWithType: "JobStepExecutionOptions.maximumRetryIntervalSeconds()" summary: "Get the maximum amount of time to wait between retries for job step execution." syntax: "public Integer maximumRetryIntervalSeconds()" desc: "Get the maximum amount of time to wait between retries for job step execution." returns: description: "the maximumRetryIntervalSeconds value" type: "" - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.retryAttempts()" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.retryAttempts()" name: "retryAttempts()" nameWithType: "JobStepExecutionOptions.retryAttempts()" summary: "Get maximum number of times the job step will be reattempted if the first attempt fails." syntax: "public Integer retryAttempts()" desc: "Get maximum number of times the job step will be reattempted if the first attempt fails." returns: description: "the retryAttempts value" type: "" - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.retryIntervalBackoffMultiplier()" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.retryIntervalBackoffMultiplier()" name: "retryIntervalBackoffMultiplier()" nameWithType: "JobStepExecutionOptions.retryIntervalBackoffMultiplier()" summary: "Get the backoff multiplier for the time between retries." syntax: "public Double retryIntervalBackoffMultiplier()" desc: "Get the backoff multiplier for the time between retries." returns: description: "the retryIntervalBackoffMultiplier value" type: "" - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.timeoutSeconds()" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.timeoutSeconds()" name: "timeoutSeconds()" nameWithType: "JobStepExecutionOptions.timeoutSeconds()" summary: "Get execution timeout for the job step." syntax: "public Integer timeoutSeconds()" desc: "Get execution timeout for the job step." returns: description: "the timeoutSeconds value" type: "" - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.withInitialRetryIntervalSeconds(java.lang.Integer)" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)" name: "withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)" nameWithType: "JobStepExecutionOptions.withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)" summary: "Set initial delay between retries for job step execution." parameters: - description: "the initialRetryIntervalSeconds value to set" name: "initialRetryIntervalSeconds" type: "" syntax: "public JobStepExecutionOptions withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)" desc: "Set initial delay between retries for job step execution." returns: description: "the JobStepExecutionOptions object itself." type: "" - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.withMaximumRetryIntervalSeconds(java.lang.Integer)" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)" name: "withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)" nameWithType: "JobStepExecutionOptions.withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)" summary: "Set the maximum amount of time to wait between retries for job step execution." parameters: - description: "the maximumRetryIntervalSeconds value to set" name: "maximumRetryIntervalSeconds" type: "" syntax: "public JobStepExecutionOptions withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)" desc: "Set the maximum amount of time to wait between retries for job step execution." returns: description: "the JobStepExecutionOptions object itself." type: "" - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.withRetryAttempts(java.lang.Integer)" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.withRetryAttempts(Integer retryAttempts)" name: "withRetryAttempts(Integer retryAttempts)" nameWithType: "JobStepExecutionOptions.withRetryAttempts(Integer retryAttempts)" summary: "Set maximum number of times the job step will be reattempted if the first attempt fails." parameters: - description: "the retryAttempts value to set" name: "retryAttempts" type: "" syntax: "public JobStepExecutionOptions withRetryAttempts(Integer retryAttempts)" desc: "Set maximum number of times the job step will be reattempted if the first attempt fails." returns: description: "the JobStepExecutionOptions object itself." type: "" - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.withRetryIntervalBackoffMultiplier(java.lang.Double)" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)" name: "withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)" nameWithType: "JobStepExecutionOptions.withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)" summary: "Set the backoff multiplier for the time between retries." parameters: - description: "the retryIntervalBackoffMultiplier value to set" name: "retryIntervalBackoffMultiplier" type: "" syntax: "public JobStepExecutionOptions withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)" desc: "Set the backoff multiplier for the time between retries." returns: description: "the JobStepExecutionOptions object itself." type: "" - uid: "com.microsoft.azure.management.sql.JobStepExecutionOptions.withTimeoutSeconds(java.lang.Integer)" fullName: "com.microsoft.azure.management.sql.JobStepExecutionOptions.withTimeoutSeconds(Integer timeoutSeconds)" name: "withTimeoutSeconds(Integer timeoutSeconds)" nameWithType: "JobStepExecutionOptions.withTimeoutSeconds(Integer timeoutSeconds)" summary: "Set execution timeout for the job step." parameters: - description: "the timeoutSeconds value to set" name: "timeoutSeconds" type: "" syntax: "public JobStepExecutionOptions withTimeoutSeconds(Integer timeoutSeconds)" desc: "Set execution timeout for the job step." returns: description: "the JobStepExecutionOptions object itself." type: "" type: "class" desc: "The execution options of a job step." metadata: {} package: "com.microsoft.azure.management.sql" artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4