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

154 строки
9.3 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.clientRequestId()
name: clientRequestId()
nameWithType: JobScheduleEnableHeaders.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.JobScheduleEnableHeaders.clientRequestId()
- fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.dataServiceId()
name: dataServiceId()
nameWithType: JobScheduleEnableHeaders.dataServiceId()
returns:
description: <p>the dataServiceId value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the OData ID of the resource to which the request applied.</p>
<p></p>
syntax: public String dataServiceId()
uid: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.dataServiceId()
- fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.eTag()
name: eTag()
nameWithType: JobScheduleEnableHeaders.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.JobScheduleEnableHeaders.eTag()
- fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.lastModified()
name: lastModified()
nameWithType: JobScheduleEnableHeaders.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.JobScheduleEnableHeaders.lastModified()
- fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.requestId()
name: requestId()
nameWithType: JobScheduleEnableHeaders.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.JobScheduleEnableHeaders.requestId()
- fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.withClientRequestId(UUID clientRequestId)
name: withClientRequestId(UUID clientRequestId)
nameWithType: JobScheduleEnableHeaders.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 JobScheduleEnableHeaders object itself. </p>
type: <xref href="com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders&text=JobScheduleEnableHeaders" 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 JobScheduleEnableHeaders withClientRequestId(UUID clientRequestId)
uid: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.withClientRequestId(UUID)
- fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.withDataServiceId(String dataServiceId)
name: withDataServiceId(String dataServiceId)
nameWithType: JobScheduleEnableHeaders.withDataServiceId(String dataServiceId)
parameters:
- description: <p>the dataServiceId value to set </p>
name: dataServiceId
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the JobScheduleEnableHeaders object itself. </p>
type: <xref href="com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders&text=JobScheduleEnableHeaders" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the OData ID of the resource to which the request applied.</p>
<p></p>
syntax: public JobScheduleEnableHeaders withDataServiceId(String dataServiceId)
uid: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.withDataServiceId(String)
- fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.withETag(String eTag)
name: withETag(String eTag)
nameWithType: JobScheduleEnableHeaders.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 JobScheduleEnableHeaders object itself. </p>
type: <xref href="com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders&text=JobScheduleEnableHeaders" 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 JobScheduleEnableHeaders withETag(String eTag)
uid: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.withETag(String)
- fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.withLastModified(DateTime lastModified)
name: withLastModified(DateTime lastModified)
nameWithType: JobScheduleEnableHeaders.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 JobScheduleEnableHeaders object itself. </p>
type: <xref href="com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders&text=JobScheduleEnableHeaders" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the time at which the resource was last modified.</p>
<p></p>
syntax: public JobScheduleEnableHeaders withLastModified(DateTime lastModified)
uid: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.withLastModified(DateTime)
- fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.withRequestId(UUID requestId)
name: withRequestId(UUID requestId)
nameWithType: JobScheduleEnableHeaders.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 JobScheduleEnableHeaders object itself. </p>
type: <xref href="com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders&text=JobScheduleEnableHeaders" 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 JobScheduleEnableHeaders withRequestId(UUID requestId)
uid: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders.withRequestId(UUID)
nameWithType: JobScheduleEnableHeaders
syntax: public class JobScheduleEnableHeaders
type: class
uid: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
fullName: com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders
name: JobScheduleEnableHeaders
package: com.microsoft.azure.batch.protocol.models
summary: <p>Defines headers for Enable operation. </p>
metadata: {}