126 строки
7.0 KiB
YAML
126 строки
7.0 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.clientRequestId()
|
|
name: clientRequestId()
|
|
nameWithType: ApplicationGetOptions.clientRequestId()
|
|
returns:
|
|
description: <p>the clientRequestId value </p>
|
|
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.</p>
|
|
|
|
<p></p>
|
|
syntax: public UUID clientRequestId()
|
|
uid: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.clientRequestId()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.ocpDate()
|
|
name: ocpDate()
|
|
nameWithType: ApplicationGetOptions.ocpDate()
|
|
returns:
|
|
description: <p>the ocpDate value </p>
|
|
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the time the request was issued. Client libraries typically set this to the current system clock time; set it explicitly if you are calling the REST API directly.</p>
|
|
|
|
<p></p>
|
|
syntax: public DateTime ocpDate()
|
|
uid: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.ocpDate()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.returnClientRequestId()
|
|
name: returnClientRequestId()
|
|
nameWithType: ApplicationGetOptions.returnClientRequestId()
|
|
returns:
|
|
description: <p>the returnClientRequestId value </p>
|
|
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get whether the server should return the client-request-id in the response.</p>
|
|
|
|
<p></p>
|
|
syntax: public Boolean returnClientRequestId()
|
|
uid: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.returnClientRequestId()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.timeout()
|
|
name: timeout()
|
|
nameWithType: ApplicationGetOptions.timeout()
|
|
returns:
|
|
description: <p>the timeout value </p>
|
|
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.</p>
|
|
|
|
<p></p>
|
|
syntax: public Integer timeout()
|
|
uid: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.timeout()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.withClientRequestId(UUID clientRequestId)
|
|
name: withClientRequestId(UUID clientRequestId)
|
|
nameWithType: ApplicationGetOptions.withClientRequestId(UUID clientRequestId)
|
|
parameters:
|
|
- description: <p>the clientRequestId value to set </p>
|
|
name: clientRequestId
|
|
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the ApplicationGetOptions object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.ApplicationGetOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationGetOptions&text=ApplicationGetOptions" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.</p>
|
|
|
|
<p></p>
|
|
syntax: public ApplicationGetOptions withClientRequestId(UUID clientRequestId)
|
|
uid: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.withClientRequestId(UUID)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.withOcpDate(DateTime ocpDate)
|
|
name: withOcpDate(DateTime ocpDate)
|
|
nameWithType: ApplicationGetOptions.withOcpDate(DateTime ocpDate)
|
|
parameters:
|
|
- description: <p>the ocpDate value to set </p>
|
|
name: ocpDate
|
|
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the ApplicationGetOptions object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.ApplicationGetOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationGetOptions&text=ApplicationGetOptions" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the time the request was issued. Client libraries typically set this to the current system clock time; set it explicitly if you are calling the REST API directly.</p>
|
|
|
|
<p></p>
|
|
syntax: public ApplicationGetOptions withOcpDate(DateTime ocpDate)
|
|
uid: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.withOcpDate(DateTime)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.withReturnClientRequestId(Boolean returnClientRequestId)
|
|
name: withReturnClientRequestId(Boolean returnClientRequestId)
|
|
nameWithType: ApplicationGetOptions.withReturnClientRequestId(Boolean returnClientRequestId)
|
|
parameters:
|
|
- description: <p>the returnClientRequestId value to set </p>
|
|
name: returnClientRequestId
|
|
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the ApplicationGetOptions object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.ApplicationGetOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationGetOptions&text=ApplicationGetOptions" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set whether the server should return the client-request-id in the response.</p>
|
|
|
|
<p></p>
|
|
syntax: public ApplicationGetOptions withReturnClientRequestId(Boolean returnClientRequestId)
|
|
uid: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.withReturnClientRequestId(Boolean)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.withTimeout(Integer timeout)
|
|
name: withTimeout(Integer timeout)
|
|
nameWithType: ApplicationGetOptions.withTimeout(Integer timeout)
|
|
parameters:
|
|
- description: <p>the timeout value to set </p>
|
|
name: timeout
|
|
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the ApplicationGetOptions object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.ApplicationGetOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationGetOptions&text=ApplicationGetOptions" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.</p>
|
|
|
|
<p></p>
|
|
syntax: public ApplicationGetOptions withTimeout(Integer timeout)
|
|
uid: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions.withTimeout(Integer)
|
|
nameWithType: ApplicationGetOptions
|
|
syntax: public class ApplicationGetOptions
|
|
type: class
|
|
uid: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
|
|
fullName: com.microsoft.azure.batch.protocol.models.ApplicationGetOptions
|
|
name: ApplicationGetOptions
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
summary: <p>Additional parameters for get operation. </p>
|
|
metadata: {}
|