70 строки
4.5 KiB
YAML
70 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders.clientRequestId()
|
|
name: clientRequestId()
|
|
nameWithType: TaskAddCollectionHeaders.clientRequestId()
|
|
returns:
|
|
description: <p>the clientRequestId value </p>
|
|
type: <xref href="String?alt=String&text=String" 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 String clientRequestId()
|
|
uid: com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders.clientRequestId()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders.requestId()
|
|
name: requestId()
|
|
nameWithType: TaskAddCollectionHeaders.requestId()
|
|
returns:
|
|
description: <p>the requestId value </p>
|
|
type: <xref href="String?alt=String&text=String" 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 String requestId()
|
|
uid: com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders.requestId()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders.withClientRequestId(String clientRequestId)
|
|
name: withClientRequestId(String clientRequestId)
|
|
nameWithType: TaskAddCollectionHeaders.withClientRequestId(String clientRequestId)
|
|
parameters:
|
|
- description: <p>the clientRequestId value to set </p>
|
|
name: clientRequestId
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the TaskAddCollectionHeaders object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders?alt=com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders&text=TaskAddCollectionHeaders" 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 TaskAddCollectionHeaders withClientRequestId(String clientRequestId)
|
|
uid: com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders.withClientRequestId(String)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders.withRequestId(String requestId)
|
|
name: withRequestId(String requestId)
|
|
nameWithType: TaskAddCollectionHeaders.withRequestId(String requestId)
|
|
parameters:
|
|
- description: <p>the requestId value to set </p>
|
|
name: requestId
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the TaskAddCollectionHeaders object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders?alt=com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders&text=TaskAddCollectionHeaders" 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 TaskAddCollectionHeaders withRequestId(String requestId)
|
|
uid: com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders.withRequestId(String)
|
|
nameWithType: TaskAddCollectionHeaders
|
|
syntax: public class TaskAddCollectionHeaders
|
|
type: class
|
|
uid: com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders
|
|
name: TaskAddCollectionHeaders
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
summary: <p>Defines headers for AddCollection operation. </p>
|
|
metadata: {}
|