156 строки
12 KiB
YAML
156 строки
12 KiB
YAML
### 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:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JobStepExecutionOptions withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)"
|
|
desc: "Set initial delay between retries for job step execution."
|
|
returns:
|
|
description: "the JobStepExecutionOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepExecutionOptions?alt=com.microsoft.azure.management.sql.JobStepExecutionOptions&text=JobStepExecutionOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"com.microsoft.azure.management.sql.JobStepExecutionOptions?alt=com.microsoft.azure.management.sql.JobStepExecutionOptions&text=JobStepExecutionOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"com.microsoft.azure.management.sql.JobStepExecutionOptions?alt=com.microsoft.azure.management.sql.JobStepExecutionOptions&text=JobStepExecutionOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JobStepExecutionOptions withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)"
|
|
desc: "Set the backoff multiplier for the time between retries."
|
|
returns:
|
|
description: "the JobStepExecutionOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepExecutionOptions?alt=com.microsoft.azure.management.sql.JobStepExecutionOptions&text=JobStepExecutionOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JobStepExecutionOptions withTimeoutSeconds(Integer timeoutSeconds)"
|
|
desc: "Set execution timeout for the job step."
|
|
returns:
|
|
description: "the JobStepExecutionOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepExecutionOptions?alt=com.microsoft.azure.management.sql.JobStepExecutionOptions&text=JobStepExecutionOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
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
|