Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and 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.
|
ServiceFuture<Void> |
Tasks.terminateAsync(String jobId,
String taskId,
TaskTerminateOptions taskTerminateOptions,
ServiceCallback<Void> serviceCallback)
Terminates the specified task.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskTerminateHeaders>> |
Tasks.terminateWithServiceResponseAsync(String jobId,
String taskId,
TaskTerminateOptions taskTerminateOptions)
Terminates the specified task.
|
Modifier and Type | Method and Description |
---|---|
TaskTerminateOptions |
TaskTerminateOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskTerminateOptions |
TaskTerminateOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
TaskTerminateOptions |
TaskTerminateOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
TaskTerminateOptions |
TaskTerminateOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
TaskTerminateOptions |
TaskTerminateOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
TaskTerminateOptions |
TaskTerminateOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
TaskTerminateOptions |
TaskTerminateOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
TaskTerminateOptions |
TaskTerminateOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.