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.getFromTask(String jobId,
String taskId,
String filePath,
FileGetFromTaskOptions fileGetFromTaskOptions,
OutputStream outputStream)
Returns the content of the specified task file.
|
rx.Observable<InputStream> |
Files.getFromTaskAsync(String jobId,
String taskId,
String filePath,
FileGetFromTaskOptions fileGetFromTaskOptions)
Returns the content of the specified task file.
|
ServiceFuture<InputStream> |
Files.getFromTaskAsync(String jobId,
String taskId,
String filePath,
FileGetFromTaskOptions fileGetFromTaskOptions,
ServiceCallback<InputStream> serviceCallback)
Returns the content of the specified task file.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromTaskHeaders>> |
Files.getFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath,
FileGetFromTaskOptions fileGetFromTaskOptions)
Returns the content of the specified task file.
|
Modifier and Type | Method and Description |
---|---|
FileGetFromTaskOptions |
FileGetFromTaskOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileGetFromTaskOptions |
FileGetFromTaskOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
FileGetFromTaskOptions |
FileGetFromTaskOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
FileGetFromTaskOptions |
FileGetFromTaskOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
FileGetFromTaskOptions |
FileGetFromTaskOptions.withOcpRange(String ocpRange)
Set the ocpRange value.
|
FileGetFromTaskOptions |
FileGetFromTaskOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
FileGetFromTaskOptions |
FileGetFromTaskOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.