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

156 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders"
name: "PoolAddHeaders"
nameWithType: "PoolAddHeaders"
summary: "Defines headers for Add operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **PoolAddHeaders**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.PoolAddHeaders()"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.PoolAddHeaders()"
name: "PoolAddHeaders()"
nameWithType: "PoolAddHeaders.PoolAddHeaders()"
syntax: "public PoolAddHeaders()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.clientRequestId()"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.clientRequestId()"
name: "clientRequestId()"
nameWithType: "PoolAddHeaders.clientRequestId()"
summary: "Get the client-request-id provided by the client during the request."
syntax: "public UUID clientRequestId()"
desc: "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."
returns:
description: "the clientRequestId value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.dataServiceId()"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.dataServiceId()"
name: "dataServiceId()"
nameWithType: "PoolAddHeaders.dataServiceId()"
summary: "Get the OData ID of the resource to which the request applied."
syntax: "public String dataServiceId()"
desc: "Get the OData ID of the resource to which the request applied."
returns:
description: "the dataServiceId value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.eTag()"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.eTag()"
name: "eTag()"
nameWithType: "PoolAddHeaders.eTag()"
summary: "Get the ETag HTTP response header."
syntax: "public String eTag()"
desc: "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."
returns:
description: "the eTag value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.lastModified()"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.lastModified()"
name: "lastModified()"
nameWithType: "PoolAddHeaders.lastModified()"
summary: "Get the time at which the resource was last modified."
syntax: "public DateTime lastModified()"
desc: "Get the time at which the resource was last modified."
returns:
description: "the lastModified value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.requestId()"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.requestId()"
name: "requestId()"
nameWithType: "PoolAddHeaders.requestId()"
summary: "Get a unique identifier for the request that was made to the Batch service."
syntax: "public UUID requestId()"
desc: "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."
returns:
description: "the requestId value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.withClientRequestId(java.util.UUID)"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.withClientRequestId(UUID clientRequestId)"
name: "withClientRequestId(UUID clientRequestId)"
nameWithType: "PoolAddHeaders.withClientRequestId(UUID clientRequestId)"
summary: "Set the client-request-id provided by the client during the request."
parameters:
- description: "the clientRequestId value to set"
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public PoolAddHeaders withClientRequestId(UUID clientRequestId)"
desc: "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."
returns:
description: "the PoolAddHeaders object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PoolAddHeaders?alt=com.microsoft.azure.batch.protocol.models.PoolAddHeaders&text=PoolAddHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.withDataServiceId(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.withDataServiceId(String dataServiceId)"
name: "withDataServiceId(String dataServiceId)"
nameWithType: "PoolAddHeaders.withDataServiceId(String dataServiceId)"
summary: "Set the OData ID of the resource to which the request applied."
parameters:
- description: "the dataServiceId value to set"
name: "dataServiceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PoolAddHeaders withDataServiceId(String dataServiceId)"
desc: "Set the OData ID of the resource to which the request applied."
returns:
description: "the PoolAddHeaders object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PoolAddHeaders?alt=com.microsoft.azure.batch.protocol.models.PoolAddHeaders&text=PoolAddHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.withETag(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.withETag(String eTag)"
name: "withETag(String eTag)"
nameWithType: "PoolAddHeaders.withETag(String eTag)"
summary: "Set the ETag HTTP response header."
parameters:
- description: "the eTag value to set"
name: "eTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PoolAddHeaders withETag(String eTag)"
desc: "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."
returns:
description: "the PoolAddHeaders object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PoolAddHeaders?alt=com.microsoft.azure.batch.protocol.models.PoolAddHeaders&text=PoolAddHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.withLastModified(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.withLastModified(DateTime lastModified)"
name: "withLastModified(DateTime lastModified)"
nameWithType: "PoolAddHeaders.withLastModified(DateTime lastModified)"
summary: "Set the time at which the resource was last modified."
parameters:
- description: "the lastModified value to set"
name: "lastModified"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PoolAddHeaders withLastModified(DateTime lastModified)"
desc: "Set the time at which the resource was last modified."
returns:
description: "the PoolAddHeaders object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PoolAddHeaders?alt=com.microsoft.azure.batch.protocol.models.PoolAddHeaders&text=PoolAddHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.withRequestId(java.util.UUID)"
fullName: "com.microsoft.azure.batch.protocol.models.PoolAddHeaders.withRequestId(UUID requestId)"
name: "withRequestId(UUID requestId)"
nameWithType: "PoolAddHeaders.withRequestId(UUID requestId)"
summary: "Set a unique identifier for the request that was made to the Batch service."
parameters:
- description: "the requestId value to set"
name: "requestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public PoolAddHeaders withRequestId(UUID requestId)"
desc: "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."
returns:
description: "the PoolAddHeaders object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PoolAddHeaders?alt=com.microsoft.azure.batch.protocol.models.PoolAddHeaders&text=PoolAddHeaders\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines headers for Add operation."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0