| 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.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepExecutionOptions |
JobStepInner.executionOptions()
Get the executionOptions property: Execution options for the job step.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepInner |
JobStepInner.withExecutionOptions(JobStepExecutionOptions executionOptions)
Set the executionOptions property: Execution options for the job step.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepExecutionOptions |
JobStepExecutionOptions.withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)
Set the initialRetryIntervalSeconds property: Initial delay between retries for job step execution.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)
Set the maximumRetryIntervalSeconds property: The maximum amount of time to wait between retries for job step
execution.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withRetryAttempts(Integer retryAttempts)
Set the retryAttempts property: Maximum number of times the job step will be reattempted if the first attempt
fails.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withRetryIntervalBackoffMultiplier(Float retryIntervalBackoffMultiplier)
Set the retryIntervalBackoffMultiplier property: The backoff multiplier for the time between retries.
|
JobStepExecutionOptions |
JobStepExecutionOptions.withTimeoutSeconds(Integer timeoutSeconds)
Set the timeoutSeconds property: Execution timeout for the job step.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.