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 |
Files.deleteFromTask(String jobId,
String taskId,
String filePath,
Boolean recursive,
FileDeleteFromTaskOptions fileDeleteFromTaskOptions)
Deletes the specified task file from the compute node where the task ran.
|
rx.Observable<Void> |
Files.deleteFromTaskAsync(String jobId,
String taskId,
String filePath,
Boolean recursive,
FileDeleteFromTaskOptions fileDeleteFromTaskOptions)
Deletes the specified task file from the compute node where the task ran.
|
ServiceFuture<Void> |
Files.deleteFromTaskAsync(String jobId,
String taskId,
String filePath,
Boolean recursive,
FileDeleteFromTaskOptions fileDeleteFromTaskOptions,
ServiceCallback<Void> serviceCallback)
Deletes the specified task file from the compute node where the task ran.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromTaskHeaders>> |
Files.deleteFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath,
Boolean recursive,
FileDeleteFromTaskOptions fileDeleteFromTaskOptions)
Deletes the specified task file from the compute node where the task ran.
|
Modifier and Type | Method and Description |
---|---|
FileDeleteFromTaskOptions |
FileDeleteFromTaskOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileDeleteFromTaskOptions |
FileDeleteFromTaskOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
FileDeleteFromTaskOptions |
FileDeleteFromTaskOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
FileDeleteFromTaskOptions |
FileDeleteFromTaskOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.