228 строки
17 KiB
YAML
228 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions"
|
|
name: "TaskDeleteOptions"
|
|
nameWithType: "TaskDeleteOptions"
|
|
summary: "Additional parameters for delete 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 **TaskDeleteOptions**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.TaskDeleteOptions()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.TaskDeleteOptions()"
|
|
name: "TaskDeleteOptions()"
|
|
nameWithType: "TaskDeleteOptions.TaskDeleteOptions()"
|
|
syntax: "public TaskDeleteOptions()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.clientRequestId()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.clientRequestId()"
|
|
name: "clientRequestId()"
|
|
nameWithType: "TaskDeleteOptions.clientRequestId()"
|
|
summary: "Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.<wbr>g."
|
|
syntax: "public UUID clientRequestId()"
|
|
desc: "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."
|
|
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.TaskDeleteOptions.ifMatch()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.ifMatch()"
|
|
name: "ifMatch()"
|
|
nameWithType: "TaskDeleteOptions.ifMatch()"
|
|
summary: "Get an ETag value associated with the version of the resource known to the client."
|
|
syntax: "public String ifMatch()"
|
|
desc: "Get an ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service exactly matches the value specified by the client."
|
|
returns:
|
|
description: "the ifMatch 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.TaskDeleteOptions.ifModifiedSince()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.ifModifiedSince()"
|
|
name: "ifModifiedSince()"
|
|
nameWithType: "TaskDeleteOptions.ifModifiedSince()"
|
|
summary: "Get a timestamp indicating the last modified time of the resource known to the client."
|
|
syntax: "public DateTime ifModifiedSince()"
|
|
desc: "Get a timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has been modified since the specified time."
|
|
returns:
|
|
description: "the ifModifiedSince 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.TaskDeleteOptions.ifNoneMatch()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.ifNoneMatch()"
|
|
name: "ifNoneMatch()"
|
|
nameWithType: "TaskDeleteOptions.ifNoneMatch()"
|
|
summary: "Get an ETag value associated with the version of the resource known to the client."
|
|
syntax: "public String ifNoneMatch()"
|
|
desc: "Get an ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service does not match the value specified by the client."
|
|
returns:
|
|
description: "the ifNoneMatch 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.TaskDeleteOptions.ifUnmodifiedSince()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.ifUnmodifiedSince()"
|
|
name: "ifUnmodifiedSince()"
|
|
nameWithType: "TaskDeleteOptions.ifUnmodifiedSince()"
|
|
summary: "Get a timestamp indicating the last modified time of the resource known to the client."
|
|
syntax: "public DateTime ifUnmodifiedSince()"
|
|
desc: "Get a timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has not been modified since the specified time."
|
|
returns:
|
|
description: "the ifUnmodifiedSince 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.TaskDeleteOptions.ocpDate()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.ocpDate()"
|
|
name: "ocpDate()"
|
|
nameWithType: "TaskDeleteOptions.ocpDate()"
|
|
summary: "Get the time the request was issued."
|
|
syntax: "public DateTime ocpDate()"
|
|
desc: "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."
|
|
returns:
|
|
description: "the ocpDate 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.TaskDeleteOptions.returnClientRequestId()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.returnClientRequestId()"
|
|
name: "returnClientRequestId()"
|
|
nameWithType: "TaskDeleteOptions.returnClientRequestId()"
|
|
summary: "Get whether the server should return the client-request-id in the response."
|
|
syntax: "public Boolean returnClientRequestId()"
|
|
desc: "Get whether the server should return the client-request-id in the response."
|
|
returns:
|
|
description: "the returnClientRequestId value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.timeout()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.timeout()"
|
|
name: "timeout()"
|
|
nameWithType: "TaskDeleteOptions.timeout()"
|
|
summary: "Get the maximum time that the server can spend processing the request, in seconds."
|
|
syntax: "public Integer timeout()"
|
|
desc: "Get the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead."
|
|
returns:
|
|
description: "the timeout value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withClientRequestId(java.util.UUID)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withClientRequestId(UUID clientRequestId)"
|
|
name: "withClientRequestId(UUID clientRequestId)"
|
|
nameWithType: "TaskDeleteOptions.withClientRequestId(UUID clientRequestId)"
|
|
summary: "Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.<wbr>g."
|
|
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 TaskDeleteOptions withClientRequestId(UUID clientRequestId)"
|
|
desc: "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."
|
|
returns:
|
|
description: "the TaskDeleteOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.TaskDeleteOptions&text=TaskDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withIfMatch(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withIfMatch(String ifMatch)"
|
|
name: "withIfMatch(String ifMatch)"
|
|
nameWithType: "TaskDeleteOptions.withIfMatch(String ifMatch)"
|
|
summary: "Set an ETag value associated with the version of the resource known to the client."
|
|
parameters:
|
|
- description: "the ifMatch value to set"
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public TaskDeleteOptions withIfMatch(String ifMatch)"
|
|
desc: "Set an ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service exactly matches the value specified by the client."
|
|
returns:
|
|
description: "the TaskDeleteOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.TaskDeleteOptions&text=TaskDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withIfModifiedSince(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withIfModifiedSince(DateTime ifModifiedSince)"
|
|
name: "withIfModifiedSince(DateTime ifModifiedSince)"
|
|
nameWithType: "TaskDeleteOptions.withIfModifiedSince(DateTime ifModifiedSince)"
|
|
summary: "Set a timestamp indicating the last modified time of the resource known to the client."
|
|
parameters:
|
|
- description: "the ifModifiedSince value to set"
|
|
name: "ifModifiedSince"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskDeleteOptions withIfModifiedSince(DateTime ifModifiedSince)"
|
|
desc: "Set a timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has been modified since the specified time."
|
|
returns:
|
|
description: "the TaskDeleteOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.TaskDeleteOptions&text=TaskDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withIfNoneMatch(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withIfNoneMatch(String ifNoneMatch)"
|
|
name: "withIfNoneMatch(String ifNoneMatch)"
|
|
nameWithType: "TaskDeleteOptions.withIfNoneMatch(String ifNoneMatch)"
|
|
summary: "Set an ETag value associated with the version of the resource known to the client."
|
|
parameters:
|
|
- description: "the ifNoneMatch value to set"
|
|
name: "ifNoneMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public TaskDeleteOptions withIfNoneMatch(String ifNoneMatch)"
|
|
desc: "Set an ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service does not match the value specified by the client."
|
|
returns:
|
|
description: "the TaskDeleteOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.TaskDeleteOptions&text=TaskDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withIfUnmodifiedSince(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withIfUnmodifiedSince(DateTime ifUnmodifiedSince)"
|
|
name: "withIfUnmodifiedSince(DateTime ifUnmodifiedSince)"
|
|
nameWithType: "TaskDeleteOptions.withIfUnmodifiedSince(DateTime ifUnmodifiedSince)"
|
|
summary: "Set a timestamp indicating the last modified time of the resource known to the client."
|
|
parameters:
|
|
- description: "the ifUnmodifiedSince value to set"
|
|
name: "ifUnmodifiedSince"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskDeleteOptions withIfUnmodifiedSince(DateTime ifUnmodifiedSince)"
|
|
desc: "Set a timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has not been modified since the specified time."
|
|
returns:
|
|
description: "the TaskDeleteOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.TaskDeleteOptions&text=TaskDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withOcpDate(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withOcpDate(DateTime ocpDate)"
|
|
name: "withOcpDate(DateTime ocpDate)"
|
|
nameWithType: "TaskDeleteOptions.withOcpDate(DateTime ocpDate)"
|
|
summary: "Set the time the request was issued."
|
|
parameters:
|
|
- description: "the ocpDate value to set"
|
|
name: "ocpDate"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskDeleteOptions withOcpDate(DateTime ocpDate)"
|
|
desc: "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."
|
|
returns:
|
|
description: "the TaskDeleteOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.TaskDeleteOptions&text=TaskDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withReturnClientRequestId(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withReturnClientRequestId(Boolean returnClientRequestId)"
|
|
name: "withReturnClientRequestId(Boolean returnClientRequestId)"
|
|
nameWithType: "TaskDeleteOptions.withReturnClientRequestId(Boolean returnClientRequestId)"
|
|
summary: "Set whether the server should return the client-request-id in the response."
|
|
parameters:
|
|
- description: "the returnClientRequestId value to set"
|
|
name: "returnClientRequestId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public TaskDeleteOptions withReturnClientRequestId(Boolean returnClientRequestId)"
|
|
desc: "Set whether the server should return the client-request-id in the response."
|
|
returns:
|
|
description: "the TaskDeleteOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.TaskDeleteOptions&text=TaskDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withTimeout(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskDeleteOptions.withTimeout(Integer timeout)"
|
|
name: "withTimeout(Integer timeout)"
|
|
nameWithType: "TaskDeleteOptions.withTimeout(Integer timeout)"
|
|
summary: "Set the maximum time that the server can spend processing the request, in seconds."
|
|
parameters:
|
|
- description: "the timeout value to set"
|
|
name: "timeout"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public TaskDeleteOptions withTimeout(Integer timeout)"
|
|
desc: "Set the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead."
|
|
returns:
|
|
description: "the TaskDeleteOptions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.TaskDeleteOptions&text=TaskDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Additional parameters for delete operation."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.batch.protocol.models"
|
|
artifact: com.microsoft.azure:azure-batch:11.2.0
|