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.getFromComputeNode(String poolId,
String nodeId,
String filePath,
FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions,
OutputStream outputStream)
Returns the content of the specified compute node file.
|
rx.Observable<InputStream> |
Files.getFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions)
Returns the content of the specified compute node file.
|
ServiceFuture<InputStream> |
Files.getFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions,
ServiceCallback<InputStream> serviceCallback)
Returns the content of the specified compute node file.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromComputeNodeHeaders>> |
Files.getFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath,
FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions)
Returns the content of the specified compute node file.
|
Modifier and Type | Method and Description |
---|---|
FileGetFromComputeNodeOptions |
FileGetFromComputeNodeOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileGetFromComputeNodeOptions |
FileGetFromComputeNodeOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
FileGetFromComputeNodeOptions |
FileGetFromComputeNodeOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
FileGetFromComputeNodeOptions |
FileGetFromComputeNodeOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
FileGetFromComputeNodeOptions |
FileGetFromComputeNodeOptions.withOcpRange(String ocpRange)
Set the ocpRange value.
|
FileGetFromComputeNodeOptions |
FileGetFromComputeNodeOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
FileGetFromComputeNodeOptions |
FileGetFromComputeNodeOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.