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 |
---|---|
rx.Observable<ServiceResponseWithHeaders<Void,TaskDeleteHeaders>> |
Tasks.deleteWithServiceResponseAsync(String jobId,
String taskId)
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 |
---|---|
TaskDeleteHeaders |
TaskDeleteHeaders.withClientRequestId(String clientRequestId)
Set the clientRequestId value.
|
TaskDeleteHeaders |
TaskDeleteHeaders.withRequestId(String requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.