Uses of Class
com.microsoft.azure.batch.protocol.models.TaskUpdateOptions
-
Packages that use TaskUpdateOptions Package Description com.microsoft.azure.batch.protocol This package contains the classes for BatchServiceClient.com.microsoft.azure.batch.protocol.implementation This package contains the implementation classes for BatchServiceClient.com.microsoft.azure.batch.protocol.models This package contains the models classes for BatchServiceClient. -
-
Uses of TaskUpdateOptions in com.microsoft.azure.batch.protocol
Methods in com.microsoft.azure.batch.protocol with parameters of type TaskUpdateOptions Modifier and Type Method Description void
Tasks. update(String jobId, String taskId, TaskConstraints constraints, TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified Task.rx.Observable<Void>
Tasks. updateAsync(String jobId, String taskId, TaskConstraints constraints, TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified Task.com.microsoft.rest.ServiceFuture<Void>
Tasks. updateAsync(String jobId, String taskId, TaskConstraints constraints, TaskUpdateOptions taskUpdateOptions, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Updates the properties of the specified Task.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Void,TaskUpdateHeaders>>
Tasks. updateWithServiceResponseAsync(String jobId, String taskId, TaskConstraints constraints, TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified Task. -
Uses of TaskUpdateOptions in com.microsoft.azure.batch.protocol.implementation
Methods in com.microsoft.azure.batch.protocol.implementation with parameters of type TaskUpdateOptions Modifier and Type Method Description void
TasksImpl. update(String jobId, String taskId, TaskConstraints constraints, TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified Task.rx.Observable<Void>
TasksImpl. updateAsync(String jobId, String taskId, TaskConstraints constraints, TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified Task.com.microsoft.rest.ServiceFuture<Void>
TasksImpl. updateAsync(String jobId, String taskId, TaskConstraints constraints, TaskUpdateOptions taskUpdateOptions, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Updates the properties of the specified Task.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Void,TaskUpdateHeaders>>
TasksImpl. updateWithServiceResponseAsync(String jobId, String taskId, TaskConstraints constraints, TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified Task. -
Uses of TaskUpdateOptions in com.microsoft.azure.batch.protocol.models
Methods in com.microsoft.azure.batch.protocol.models that return TaskUpdateOptions Modifier and Type Method Description TaskUpdateOptions
TaskUpdateOptions. withClientRequestId(UUID clientRequestId)
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.TaskUpdateOptions
TaskUpdateOptions. withIfMatch(String ifMatch)
Set an ETag value associated with the version of the resource known to the client.TaskUpdateOptions
TaskUpdateOptions. withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set a timestamp indicating the last modified time of the resource known to the client.TaskUpdateOptions
TaskUpdateOptions. withIfNoneMatch(String ifNoneMatch)
Set an ETag value associated with the version of the resource known to the client.TaskUpdateOptions
TaskUpdateOptions. withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set a timestamp indicating the last modified time of the resource known to the client.TaskUpdateOptions
TaskUpdateOptions. withOcpDate(org.joda.time.DateTime ocpDate)
Set the time the request was issued.TaskUpdateOptions
TaskUpdateOptions. withReturnClientRequestId(Boolean returnClientRequestId)
Set whether the server should return the client-request-id in the response.TaskUpdateOptions
TaskUpdateOptions. withTimeout(Integer timeout)
Set the maximum time that the server can spend processing the request, in seconds.
-