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.delete(String jobId,
String taskId,
TaskDeleteOptions taskDeleteOptions)
Deletes a task from the specified job.
|
rx.Observable<Void> |
Tasks.deleteAsync(String jobId,
String taskId,
TaskDeleteOptions taskDeleteOptions)
Deletes a task from the specified job.
|
ServiceFuture<Void> |
Tasks.deleteAsync(String jobId,
String taskId,
TaskDeleteOptions taskDeleteOptions,
ServiceCallback<Void> serviceCallback)
Deletes a task from the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskDeleteHeaders>> |
Tasks.deleteWithServiceResponseAsync(String jobId,
String taskId,
TaskDeleteOptions taskDeleteOptions)
Deletes a task from the specified job.
|
Modifier and Type | Method and Description |
---|---|
TaskDeleteOptions |
TaskDeleteOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskDeleteOptions |
TaskDeleteOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
TaskDeleteOptions |
TaskDeleteOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
TaskDeleteOptions |
TaskDeleteOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
TaskDeleteOptions |
TaskDeleteOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
TaskDeleteOptions |
TaskDeleteOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
TaskDeleteOptions |
TaskDeleteOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
TaskDeleteOptions |
TaskDeleteOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.