126 строки
8.7 KiB
YAML
126 строки
8.7 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.clientRequestId()
|
|
name: clientRequestId()
|
|
nameWithType: JobListPreparationAndReleaseTaskStatusHeaders.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 client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true.</p>
|
|
|
|
<p></p>
|
|
syntax: public UUID clientRequestId()
|
|
uid: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.clientRequestId()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.eTag()
|
|
name: eTag()
|
|
nameWithType: JobListPreparationAndReleaseTaskStatusHeaders.eTag()
|
|
returns:
|
|
description: <p>the eTag value </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers.</p>
|
|
|
|
<p></p>
|
|
syntax: public String eTag()
|
|
uid: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.eTag()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.lastModified()
|
|
name: lastModified()
|
|
nameWithType: JobListPreparationAndReleaseTaskStatusHeaders.lastModified()
|
|
returns:
|
|
description: <p>the lastModified value </p>
|
|
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the time at which the resource was last modified.</p>
|
|
|
|
<p></p>
|
|
syntax: public DateTime lastModified()
|
|
uid: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.lastModified()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.requestId()
|
|
name: requestId()
|
|
nameWithType: JobListPreparationAndReleaseTaskStatusHeaders.requestId()
|
|
returns:
|
|
description: <p>the requestId value </p>
|
|
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get a unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch account against which the request was made, and the region that account resides in.</p>
|
|
|
|
<p></p>
|
|
syntax: public UUID requestId()
|
|
uid: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.requestId()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.withClientRequestId(UUID clientRequestId)
|
|
name: withClientRequestId(UUID clientRequestId)
|
|
nameWithType: JobListPreparationAndReleaseTaskStatusHeaders.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 JobListPreparationAndReleaseTaskStatusHeaders object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders?alt=com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders&text=JobListPreparationAndReleaseTaskStatusHeaders" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true.</p>
|
|
|
|
<p></p>
|
|
syntax: public JobListPreparationAndReleaseTaskStatusHeaders withClientRequestId(UUID clientRequestId)
|
|
uid: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.withClientRequestId(UUID)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.withETag(String eTag)
|
|
name: withETag(String eTag)
|
|
nameWithType: JobListPreparationAndReleaseTaskStatusHeaders.withETag(String eTag)
|
|
parameters:
|
|
- description: <p>the eTag value to set </p>
|
|
name: eTag
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the JobListPreparationAndReleaseTaskStatusHeaders object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders?alt=com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders&text=JobListPreparationAndReleaseTaskStatusHeaders" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers.</p>
|
|
|
|
<p></p>
|
|
syntax: public JobListPreparationAndReleaseTaskStatusHeaders withETag(String eTag)
|
|
uid: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.withETag(String)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.withLastModified(DateTime lastModified)
|
|
name: withLastModified(DateTime lastModified)
|
|
nameWithType: JobListPreparationAndReleaseTaskStatusHeaders.withLastModified(DateTime lastModified)
|
|
parameters:
|
|
- description: <p>the lastModified value to set </p>
|
|
name: lastModified
|
|
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the JobListPreparationAndReleaseTaskStatusHeaders object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders?alt=com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders&text=JobListPreparationAndReleaseTaskStatusHeaders" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the time at which the resource was last modified.</p>
|
|
|
|
<p></p>
|
|
syntax: public JobListPreparationAndReleaseTaskStatusHeaders withLastModified(DateTime lastModified)
|
|
uid: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.withLastModified(DateTime)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.withRequestId(UUID requestId)
|
|
name: withRequestId(UUID requestId)
|
|
nameWithType: JobListPreparationAndReleaseTaskStatusHeaders.withRequestId(UUID requestId)
|
|
parameters:
|
|
- description: <p>the requestId value to set </p>
|
|
name: requestId
|
|
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the JobListPreparationAndReleaseTaskStatusHeaders object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders?alt=com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders&text=JobListPreparationAndReleaseTaskStatusHeaders" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set a unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch account against which the request was made, and the region that account resides in.</p>
|
|
|
|
<p></p>
|
|
syntax: public JobListPreparationAndReleaseTaskStatusHeaders withRequestId(UUID requestId)
|
|
uid: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders.withRequestId(UUID)
|
|
nameWithType: JobListPreparationAndReleaseTaskStatusHeaders
|
|
syntax: public class JobListPreparationAndReleaseTaskStatusHeaders
|
|
type: class
|
|
uid: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.JobListPreparationAndReleaseTaskStatusHeaders
|
|
name: JobListPreparationAndReleaseTaskStatusHeaders
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
summary: <p>Defines headers for ListPreparationAndReleaseTaskStatus operation. </p>
|
|
metadata: {}
|