azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

154 строки
8.8 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions.initialRetryIntervalSeconds()
name: initialRetryIntervalSeconds()
nameWithType: JobStepExecutionOptions.initialRetryIntervalSeconds()
returns:
description: <p>the initialRetryIntervalSeconds value </p>
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get initial delay between retries for job step execution.</p>
<p></p>
syntax: public Integer initialRetryIntervalSeconds()
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions.initialRetryIntervalSeconds()
- fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions.maximumRetryIntervalSeconds()
name: maximumRetryIntervalSeconds()
nameWithType: JobStepExecutionOptions.maximumRetryIntervalSeconds()
returns:
description: <p>the maximumRetryIntervalSeconds value </p>
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the maximum amount of time to wait between retries for job step execution.</p>
<p></p>
syntax: public Integer maximumRetryIntervalSeconds()
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions.maximumRetryIntervalSeconds()
- fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions.retryAttempts()
name: retryAttempts()
nameWithType: JobStepExecutionOptions.retryAttempts()
returns:
description: <p>the retryAttempts value </p>
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get maximum number of times the job step will be reattempted if the first attempt fails.</p>
<p></p>
syntax: public Integer retryAttempts()
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions.retryAttempts()
- fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions.retryIntervalBackoffMultiplier()
name: retryIntervalBackoffMultiplier()
nameWithType: JobStepExecutionOptions.retryIntervalBackoffMultiplier()
returns:
description: <p>the retryIntervalBackoffMultiplier value </p>
type: <xref href="Double?alt=Double&text=Double" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the backoff multiplier for the time between retries.</p>
<p></p>
syntax: public Double retryIntervalBackoffMultiplier()
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions.retryIntervalBackoffMultiplier()
- fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions.timeoutSeconds()
name: timeoutSeconds()
nameWithType: JobStepExecutionOptions.timeoutSeconds()
returns:
description: <p>the timeoutSeconds value </p>
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get execution timeout for the job step.</p>
<p></p>
syntax: public Integer timeoutSeconds()
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions.timeoutSeconds()
- fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions.withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)
name: withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)
nameWithType: JobStepExecutionOptions.withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)
parameters:
- description: <p>the initialRetryIntervalSeconds value to set </p>
name: initialRetryIntervalSeconds
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the JobStepExecutionOptions object itself. </p>
type: <xref href="com.microsoft.azure.management.sql.JobStepExecutionOptions?alt=com.microsoft.azure.management.sql.JobStepExecutionOptions&text=JobStepExecutionOptions" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set initial delay between retries for job step execution.</p>
<p></p>
syntax: public JobStepExecutionOptions withInitialRetryIntervalSeconds(Integer initialRetryIntervalSeconds)
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions.withInitialRetryIntervalSeconds(Integer)
- fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions.withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)
name: withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)
nameWithType: JobStepExecutionOptions.withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)
parameters:
- description: <p>the maximumRetryIntervalSeconds value to set </p>
name: maximumRetryIntervalSeconds
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the JobStepExecutionOptions object itself. </p>
type: <xref href="com.microsoft.azure.management.sql.JobStepExecutionOptions?alt=com.microsoft.azure.management.sql.JobStepExecutionOptions&text=JobStepExecutionOptions" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the maximum amount of time to wait between retries for job step execution.</p>
<p></p>
syntax: public JobStepExecutionOptions withMaximumRetryIntervalSeconds(Integer maximumRetryIntervalSeconds)
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions.withMaximumRetryIntervalSeconds(Integer)
- fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions.withRetryAttempts(Integer retryAttempts)
name: withRetryAttempts(Integer retryAttempts)
nameWithType: JobStepExecutionOptions.withRetryAttempts(Integer retryAttempts)
parameters:
- description: <p>the retryAttempts value to set </p>
name: retryAttempts
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the JobStepExecutionOptions object itself. </p>
type: <xref href="com.microsoft.azure.management.sql.JobStepExecutionOptions?alt=com.microsoft.azure.management.sql.JobStepExecutionOptions&text=JobStepExecutionOptions" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set maximum number of times the job step will be reattempted if the first attempt fails.</p>
<p></p>
syntax: public JobStepExecutionOptions withRetryAttempts(Integer retryAttempts)
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions.withRetryAttempts(Integer)
- fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions.withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)
name: withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)
nameWithType: JobStepExecutionOptions.withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)
parameters:
- description: <p>the retryIntervalBackoffMultiplier value to set </p>
name: retryIntervalBackoffMultiplier
type: <xref href="Double?alt=Double&text=Double" data-throw-if-not-resolved="False"/>
returns:
description: <p>the JobStepExecutionOptions object itself. </p>
type: <xref href="com.microsoft.azure.management.sql.JobStepExecutionOptions?alt=com.microsoft.azure.management.sql.JobStepExecutionOptions&text=JobStepExecutionOptions" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the backoff multiplier for the time between retries.</p>
<p></p>
syntax: public JobStepExecutionOptions withRetryIntervalBackoffMultiplier(Double retryIntervalBackoffMultiplier)
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions.withRetryIntervalBackoffMultiplier(Double)
- fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions.withTimeoutSeconds(Integer timeoutSeconds)
name: withTimeoutSeconds(Integer timeoutSeconds)
nameWithType: JobStepExecutionOptions.withTimeoutSeconds(Integer timeoutSeconds)
parameters:
- description: <p>the timeoutSeconds value to set </p>
name: timeoutSeconds
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the JobStepExecutionOptions object itself. </p>
type: <xref href="com.microsoft.azure.management.sql.JobStepExecutionOptions?alt=com.microsoft.azure.management.sql.JobStepExecutionOptions&text=JobStepExecutionOptions" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set execution timeout for the job step.</p>
<p></p>
syntax: public JobStepExecutionOptions withTimeoutSeconds(Integer timeoutSeconds)
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions.withTimeoutSeconds(Integer)
nameWithType: JobStepExecutionOptions
syntax: public class JobStepExecutionOptions
type: class
uid: com.microsoft.azure.management.sql.JobStepExecutionOptions
fullName: com.microsoft.azure.management.sql.JobStepExecutionOptions
name: JobStepExecutionOptions
package: com.microsoft.azure.management.sql
summary: <p>The execution options of a job step. </p>
metadata: {}