Uses of Class
com.microsoft.azure.batch.protocol.models.TaskTerminateOptions
-
Packages that use TaskTerminateOptions 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 TaskTerminateOptions in com.microsoft.azure.batch.protocol
Methods in com.microsoft.azure.batch.protocol with parameters of type TaskTerminateOptions Modifier and Type Method Description void
Tasks. terminate(String jobId, String taskId, TaskTerminateOptions taskTerminateOptions)
Terminates the specified Task.rx.Observable<Void>
Tasks. terminateAsync(String jobId, String taskId, TaskTerminateOptions taskTerminateOptions)
Terminates the specified Task.com.microsoft.rest.ServiceFuture<Void>
Tasks. terminateAsync(String jobId, String taskId, TaskTerminateOptions taskTerminateOptions, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Terminates the specified Task.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Void,TaskTerminateHeaders>>
Tasks. terminateWithServiceResponseAsync(String jobId, String taskId, TaskTerminateOptions taskTerminateOptions)
Terminates the specified Task. -
Uses of TaskTerminateOptions in com.microsoft.azure.batch.protocol.implementation
Methods in com.microsoft.azure.batch.protocol.implementation with parameters of type TaskTerminateOptions Modifier and Type Method Description void
TasksImpl. terminate(String jobId, String taskId, TaskTerminateOptions taskTerminateOptions)
Terminates the specified Task.rx.Observable<Void>
TasksImpl. terminateAsync(String jobId, String taskId, TaskTerminateOptions taskTerminateOptions)
Terminates the specified Task.com.microsoft.rest.ServiceFuture<Void>
TasksImpl. terminateAsync(String jobId, String taskId, TaskTerminateOptions taskTerminateOptions, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Terminates the specified Task.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Void,TaskTerminateHeaders>>
TasksImpl. terminateWithServiceResponseAsync(String jobId, String taskId, TaskTerminateOptions taskTerminateOptions)
Terminates the specified Task. -
Uses of TaskTerminateOptions in com.microsoft.azure.batch.protocol.models
Methods in com.microsoft.azure.batch.protocol.models that return TaskTerminateOptions Modifier and Type Method Description TaskTerminateOptions
TaskTerminateOptions. withClientRequestId(UUID clientRequestId)
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.TaskTerminateOptions
TaskTerminateOptions. withIfMatch(String ifMatch)
Set an ETag value associated with the version of the resource known to the client.TaskTerminateOptions
TaskTerminateOptions. withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set a timestamp indicating the last modified time of the resource known to the client.TaskTerminateOptions
TaskTerminateOptions. withIfNoneMatch(String ifNoneMatch)
Set an ETag value associated with the version of the resource known to the client.TaskTerminateOptions
TaskTerminateOptions. withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set a timestamp indicating the last modified time of the resource known to the client.TaskTerminateOptions
TaskTerminateOptions. withOcpDate(org.joda.time.DateTime ocpDate)
Set the time the request was issued.TaskTerminateOptions
TaskTerminateOptions. withReturnClientRequestId(Boolean returnClientRequestId)
Set whether the server should return the client-request-id in the response.TaskTerminateOptions
TaskTerminateOptions. withTimeout(Integer timeout)
Set the maximum time that the server can spend processing the request, in seconds.
-