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

317 строки
13 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.batch.protocol.models._job_add_options
id: _job_add_options
parent: com.microsoft.azure.batch.protocol.models
children:
- com.microsoft.azure.batch.protocol.models._job_add_options.clientRequestId()
- com.microsoft.azure.batch.protocol.models._job_add_options.ocpDate()
- com.microsoft.azure.batch.protocol.models._job_add_options.returnClientRequestId()
- com.microsoft.azure.batch.protocol.models._job_add_options.timeout()
- com.microsoft.azure.batch.protocol.models._job_add_options.withClientRequestId(UUID)
- com.microsoft.azure.batch.protocol.models._job_add_options.withOcpDate(DateTime)
- com.microsoft.azure.batch.protocol.models._job_add_options.withReturnClientRequestId(Boolean)
- com.microsoft.azure.batch.protocol.models._job_add_options.withTimeout(Integer)
href: com.microsoft.azure.batch.protocol.models._job_add_options.yml
langs:
- java
name: JobAddOptions
nameWithType: JobAddOptions
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions
type: Class
source:
remote: &o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobAddOptions.java
branch: master
repo: https://github.com/Azure/azure-batch-sdk-for-java
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobAddOptions.java
startLine: 20
package: com.microsoft.azure.batch.protocol.models
summary: <p>Additional parameters for add operation. </p>
syntax: &o1
content: public class JobAddOptions
inheritance:
- java.lang.Object
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.clientRequestId()
id: clientRequestId()
parent: com.microsoft.azure.batch.protocol.models._job_add_options
href: com.microsoft.azure.batch.protocol.models._job_add_options.yml
langs:
- java
name: clientRequestId()
nameWithType: JobAddOptions.clientRequestId()
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.clientRequestId()
overload: com.microsoft.azure.batch.protocol.models._job_add_options.clientRequestId*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobAddOptions.java
startLine: 75
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Get the clientRequestId value.</p>
<p></p>
syntax:
content: public UUID clientRequestId()
return:
type: add9545a
description: <p>the clientRequestId value </p>
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.ocpDate()
id: ocpDate()
parent: com.microsoft.azure.batch.protocol.models._job_add_options
href: com.microsoft.azure.batch.protocol.models._job_add_options.yml
langs:
- java
name: ocpDate()
nameWithType: JobAddOptions.ocpDate()
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.ocpDate()
overload: com.microsoft.azure.batch.protocol.models._job_add_options.ocpDate*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobAddOptions.java
startLine: 115
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Get the ocpDate value.</p>
<p></p>
syntax:
content: public DateTime ocpDate()
return:
type: 230df18c
description: <p>the ocpDate value </p>
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.returnClientRequestId()
id: returnClientRequestId()
parent: com.microsoft.azure.batch.protocol.models._job_add_options
href: com.microsoft.azure.batch.protocol.models._job_add_options.yml
langs:
- java
name: returnClientRequestId()
nameWithType: JobAddOptions.returnClientRequestId()
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.returnClientRequestId()
overload: com.microsoft.azure.batch.protocol.models._job_add_options.returnClientRequestId*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobAddOptions.java
startLine: 95
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Get the returnClientRequestId value.</p>
<p></p>
syntax:
content: public Boolean returnClientRequestId()
return:
type: 866c2227
description: <p>the returnClientRequestId value </p>
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.timeout()
id: timeout()
parent: com.microsoft.azure.batch.protocol.models._job_add_options
href: com.microsoft.azure.batch.protocol.models._job_add_options.yml
langs:
- java
name: timeout()
nameWithType: JobAddOptions.timeout()
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.timeout()
overload: com.microsoft.azure.batch.protocol.models._job_add_options.timeout*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobAddOptions.java
startLine: 55
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Get the timeout value.</p>
<p></p>
syntax:
content: public Integer timeout()
return:
type: 08effaa0
description: <p>the timeout value </p>
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.withClientRequestId(UUID)
id: withClientRequestId(UUID)
parent: com.microsoft.azure.batch.protocol.models._job_add_options
href: com.microsoft.azure.batch.protocol.models._job_add_options.yml
langs:
- java
name: withClientRequestId(UUID clientRequestId)
nameWithType: JobAddOptions.withClientRequestId(UUID clientRequestId)
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.withClientRequestId(UUID clientRequestId)
overload: com.microsoft.azure.batch.protocol.models._job_add_options.withClientRequestId*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobAddOptions.java
startLine: 85
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Set the clientRequestId value.</p>
<p></p>
syntax:
content: public JobAddOptions withClientRequestId(UUID clientRequestId)
parameters:
- id: clientRequestId
type: add9545a
description: <p>the clientRequestId value to set </p>
return:
type: com.microsoft.azure.batch.protocol.models._job_add_options
description: <p>the JobAddOptions object itself. </p>
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.withOcpDate(DateTime)
id: withOcpDate(DateTime)
parent: com.microsoft.azure.batch.protocol.models._job_add_options
href: com.microsoft.azure.batch.protocol.models._job_add_options.yml
langs:
- java
name: withOcpDate(DateTime ocpDate)
nameWithType: JobAddOptions.withOcpDate(DateTime ocpDate)
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.withOcpDate(DateTime ocpDate)
overload: com.microsoft.azure.batch.protocol.models._job_add_options.withOcpDate*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobAddOptions.java
startLine: 128
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Set the ocpDate value.</p>
<p></p>
syntax:
content: public JobAddOptions withOcpDate(DateTime ocpDate)
parameters:
- id: ocpDate
type: 230df18c
description: <p>the ocpDate value to set </p>
return:
type: com.microsoft.azure.batch.protocol.models._job_add_options
description: <p>the JobAddOptions object itself. </p>
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.withReturnClientRequestId(Boolean)
id: withReturnClientRequestId(Boolean)
parent: com.microsoft.azure.batch.protocol.models._job_add_options
href: com.microsoft.azure.batch.protocol.models._job_add_options.yml
langs:
- java
name: withReturnClientRequestId(Boolean returnClientRequestId)
nameWithType: JobAddOptions.withReturnClientRequestId(Boolean returnClientRequestId)
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.withReturnClientRequestId(Boolean returnClientRequestId)
overload: com.microsoft.azure.batch.protocol.models._job_add_options.withReturnClientRequestId*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobAddOptions.java
startLine: 105
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Set the returnClientRequestId value.</p>
<p></p>
syntax:
content: public JobAddOptions withReturnClientRequestId(Boolean returnClientRequestId)
parameters:
- id: returnClientRequestId
type: 866c2227
description: <p>the returnClientRequestId value to set </p>
return:
type: com.microsoft.azure.batch.protocol.models._job_add_options
description: <p>the JobAddOptions object itself. </p>
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.withTimeout(Integer)
id: withTimeout(Integer)
parent: com.microsoft.azure.batch.protocol.models._job_add_options
href: com.microsoft.azure.batch.protocol.models._job_add_options.yml
langs:
- java
name: withTimeout(Integer timeout)
nameWithType: JobAddOptions.withTimeout(Integer timeout)
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.withTimeout(Integer timeout)
overload: com.microsoft.azure.batch.protocol.models._job_add_options.withTimeout*
type: Method
source:
remote: *o0
path: src/main/java/com/microsoft/azure/batch/protocol/models/JobAddOptions.java
startLine: 65
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Set the timeout value.</p>
<p></p>
syntax:
content: public JobAddOptions withTimeout(Integer timeout)
parameters:
- id: timeout
type: 08effaa0
description: <p>the timeout value to set </p>
return:
type: com.microsoft.azure.batch.protocol.models._job_add_options
description: <p>the JobAddOptions object itself. </p>
references:
- uid: 08effaa0
spec.java:
- name: Integer
fullName: Integer
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.timeout*
name: timeout
nameWithType: JobAddOptions.timeout
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.timeout
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.withTimeout*
name: withTimeout
nameWithType: JobAddOptions.withTimeout
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.withTimeout
package: com.microsoft.azure.batch.protocol.models
- uid: add9545a
spec.java:
- name: UUID
fullName: UUID
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.clientRequestId*
name: clientRequestId
nameWithType: JobAddOptions.clientRequestId
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.clientRequestId
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.withClientRequestId*
name: withClientRequestId
nameWithType: JobAddOptions.withClientRequestId
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.withClientRequestId
package: com.microsoft.azure.batch.protocol.models
- uid: 866c2227
spec.java:
- name: Boolean
fullName: Boolean
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.returnClientRequestId*
name: returnClientRequestId
nameWithType: JobAddOptions.returnClientRequestId
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.returnClientRequestId
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.withReturnClientRequestId*
name: withReturnClientRequestId
nameWithType: JobAddOptions.withReturnClientRequestId
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.withReturnClientRequestId
package: com.microsoft.azure.batch.protocol.models
- uid: 230df18c
spec.java:
- name: DateTime
fullName: DateTime
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.ocpDate*
name: ocpDate
nameWithType: JobAddOptions.ocpDate
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.ocpDate
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._job_add_options.withOcpDate*
name: withOcpDate
nameWithType: JobAddOptions.withOcpDate
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions.withOcpDate
package: com.microsoft.azure.batch.protocol.models
- uid: com.microsoft.azure.batch.protocol.models._job_add_options
parent: com.microsoft.azure.batch.protocol.models
href: com.microsoft.azure.batch.protocol.models._job_add_options.yml
name: JobAddOptions
nameWithType: JobAddOptions
fullName: com.microsoft.azure.batch.protocol.models.JobAddOptions
type: Class
summary: <p>Additional parameters for add operation. </p>
syntax: *o1