126 строки
7.2 KiB
YAML
126 строки
7.2 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.clientRequestId()
|
|
name: clientRequestId()
|
|
nameWithType: FileDeleteFromTaskOptions.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.FileDeleteFromTaskOptions.clientRequestId()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.ocpDate()
|
|
name: ocpDate()
|
|
nameWithType: FileDeleteFromTaskOptions.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.FileDeleteFromTaskOptions.ocpDate()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.returnClientRequestId()
|
|
name: returnClientRequestId()
|
|
nameWithType: FileDeleteFromTaskOptions.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.FileDeleteFromTaskOptions.returnClientRequestId()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.timeout()
|
|
name: timeout()
|
|
nameWithType: FileDeleteFromTaskOptions.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.FileDeleteFromTaskOptions.timeout()
|
|
- fullName: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.withClientRequestId(UUID clientRequestId)
|
|
name: withClientRequestId(UUID clientRequestId)
|
|
nameWithType: FileDeleteFromTaskOptions.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 FileDeleteFromTaskOptions object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions?alt=com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions&text=FileDeleteFromTaskOptions" 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 FileDeleteFromTaskOptions withClientRequestId(UUID clientRequestId)
|
|
uid: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.withClientRequestId(UUID)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.withOcpDate(DateTime ocpDate)
|
|
name: withOcpDate(DateTime ocpDate)
|
|
nameWithType: FileDeleteFromTaskOptions.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 FileDeleteFromTaskOptions object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions?alt=com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions&text=FileDeleteFromTaskOptions" 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 FileDeleteFromTaskOptions withOcpDate(DateTime ocpDate)
|
|
uid: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.withOcpDate(DateTime)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.withReturnClientRequestId(Boolean returnClientRequestId)
|
|
name: withReturnClientRequestId(Boolean returnClientRequestId)
|
|
nameWithType: FileDeleteFromTaskOptions.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 FileDeleteFromTaskOptions object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions?alt=com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions&text=FileDeleteFromTaskOptions" 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 FileDeleteFromTaskOptions withReturnClientRequestId(Boolean returnClientRequestId)
|
|
uid: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.withReturnClientRequestId(Boolean)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.withTimeout(Integer timeout)
|
|
name: withTimeout(Integer timeout)
|
|
nameWithType: FileDeleteFromTaskOptions.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 FileDeleteFromTaskOptions object itself. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions?alt=com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions&text=FileDeleteFromTaskOptions" 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 FileDeleteFromTaskOptions withTimeout(Integer timeout)
|
|
uid: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions.withTimeout(Integer)
|
|
nameWithType: FileDeleteFromTaskOptions
|
|
syntax: public class FileDeleteFromTaskOptions
|
|
type: class
|
|
uid: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
|
|
fullName: com.microsoft.azure.batch.protocol.models.FileDeleteFromTaskOptions
|
|
name: FileDeleteFromTaskOptions
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
summary: <p>Additional parameters for deleteFromTask operation. </p>
|
|
metadata: {}
|