azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

177 строки
7.3 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.batch.protocol.models._job_constraints
id: _job_constraints
parent: com.microsoft.azure.batch.protocol.models
children:
- com.microsoft.azure.batch.protocol.models._job_constraints.maxTaskRetryCount()
- com.microsoft.azure.batch.protocol.models._job_constraints.maxWallClockTime()
- com.microsoft.azure.batch.protocol.models._job_constraints.withMaxTaskRetryCount(Integer)
- com.microsoft.azure.batch.protocol.models._job_constraints.withMaxWallClockTime(Period)
href: com.microsoft.azure.batch.protocol.models._job_constraints.yml
langs:
- java
name: JobConstraints
nameWithType: JobConstraints
fullName: com.microsoft.azure.batch.protocol.models.JobConstraints
type: Class
source:
remote: &o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobConstraints.java
branch: master
repo: https://github.com/Azure/azure-batch-sdk-for-java
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobConstraints.java
startLine: 18
package: com.microsoft.azure.batch.protocol.models
summary: <p>The execution constraints for a job. </p>
syntax: &o1
content: public class JobConstraints
inheritance:
- java.lang.Object
- uid: com.microsoft.azure.batch.protocol.models._job_constraints.maxTaskRetryCount()
id: maxTaskRetryCount()
parent: com.microsoft.azure.batch.protocol.models._job_constraints
href: com.microsoft.azure.batch.protocol.models._job_constraints.yml
langs:
- java
name: maxTaskRetryCount()
nameWithType: JobConstraints.maxTaskRetryCount()
fullName: com.microsoft.azure.batch.protocol.models.JobConstraints.maxTaskRetryCount()
overload: com.microsoft.azure.batch.protocol.models._job_constraints.maxTaskRetryCount*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobConstraints.java
startLine: 69
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Get the maxTaskRetryCount value.</p>
<p></p>
syntax:
content: public Integer maxTaskRetryCount()
return:
type: 08effaa0
description: <p>the maxTaskRetryCount value </p>
- uid: com.microsoft.azure.batch.protocol.models._job_constraints.maxWallClockTime()
id: maxWallClockTime()
parent: com.microsoft.azure.batch.protocol.models._job_constraints
href: com.microsoft.azure.batch.protocol.models._job_constraints.yml
langs:
- java
name: maxWallClockTime()
nameWithType: JobConstraints.maxWallClockTime()
fullName: com.microsoft.azure.batch.protocol.models.JobConstraints.maxWallClockTime()
overload: com.microsoft.azure.batch.protocol.models._job_constraints.maxWallClockTime*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobConstraints.java
startLine: 49
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Get the maxWallClockTime value.</p>
<p></p>
syntax:
content: public Period maxWallClockTime()
return:
type: "6e600119"
description: <p>the maxWallClockTime value </p>
- uid: com.microsoft.azure.batch.protocol.models._job_constraints.withMaxTaskRetryCount(Integer)
id: withMaxTaskRetryCount(Integer)
parent: com.microsoft.azure.batch.protocol.models._job_constraints
href: com.microsoft.azure.batch.protocol.models._job_constraints.yml
langs:
- java
name: withMaxTaskRetryCount(Integer maxTaskRetryCount)
nameWithType: JobConstraints.withMaxTaskRetryCount(Integer maxTaskRetryCount)
fullName: com.microsoft.azure.batch.protocol.models.JobConstraints.withMaxTaskRetryCount(Integer maxTaskRetryCount)
overload: com.microsoft.azure.batch.protocol.models._job_constraints.withMaxTaskRetryCount*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobConstraints.java
startLine: 79
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Set the maxTaskRetryCount value.</p>
<p></p>
syntax:
content: public JobConstraints withMaxTaskRetryCount(Integer maxTaskRetryCount)
parameters:
- id: maxTaskRetryCount
type: 08effaa0
description: <p>the maxTaskRetryCount value to set </p>
return:
type: com.microsoft.azure.batch.protocol.models._job_constraints
description: <p>the JobConstraints object itself. </p>
- uid: com.microsoft.azure.batch.protocol.models._job_constraints.withMaxWallClockTime(Period)
id: withMaxWallClockTime(Period)
parent: com.microsoft.azure.batch.protocol.models._job_constraints
href: com.microsoft.azure.batch.protocol.models._job_constraints.yml
langs:
- java
name: withMaxWallClockTime(Period maxWallClockTime)
nameWithType: JobConstraints.withMaxWallClockTime(Period maxWallClockTime)
fullName: com.microsoft.azure.batch.protocol.models.JobConstraints.withMaxWallClockTime(Period maxWallClockTime)
overload: com.microsoft.azure.batch.protocol.models._job_constraints.withMaxWallClockTime*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobConstraints.java
startLine: 59
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Set the maxWallClockTime value.</p>
<p></p>
syntax:
content: public JobConstraints withMaxWallClockTime(Period maxWallClockTime)
parameters:
- id: maxWallClockTime
type: "6e600119"
description: <p>the maxWallClockTime value to set </p>
return:
type: com.microsoft.azure.batch.protocol.models._job_constraints
description: <p>the JobConstraints object itself. </p>
references:
- uid: "6e600119"
spec.java:
- name: Period
fullName: Period
- uid: com.microsoft.azure.batch.protocol.models._job_constraints.maxWallClockTime*
name: maxWallClockTime
nameWithType: JobConstraints.maxWallClockTime
fullName: com.microsoft.azure.batch.protocol.models.JobConstraints.maxWallClockTime
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._job_constraints.withMaxWallClockTime*
name: withMaxWallClockTime
nameWithType: JobConstraints.withMaxWallClockTime
fullName: com.microsoft.azure.batch.protocol.models.JobConstraints.withMaxWallClockTime
package: com.microsoft.azure.batch.protocol.models
- uid: 08effaa0
spec.java:
- name: Integer
fullName: Integer
- uid: com.microsoft.azure.batch.protocol.models._job_constraints.maxTaskRetryCount*
name: maxTaskRetryCount
nameWithType: JobConstraints.maxTaskRetryCount
fullName: com.microsoft.azure.batch.protocol.models.JobConstraints.maxTaskRetryCount
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._job_constraints.withMaxTaskRetryCount*
name: withMaxTaskRetryCount
nameWithType: JobConstraints.withMaxTaskRetryCount
fullName: com.microsoft.azure.batch.protocol.models.JobConstraints.withMaxTaskRetryCount
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._job_constraints
parent: com.microsoft.azure.batch.protocol.models
href: com.microsoft.azure.batch.protocol.models._job_constraints.yml
name: JobConstraints
nameWithType: JobConstraints
fullName: com.microsoft.azure.batch.protocol.models.JobConstraints
type: Class
summary: <p>The execution constraints for a job. </p>
syntax: *o1