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<InputStream,FileGetFromComputeNodeHeaders>> |
Files.getFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath)
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 |
---|---|
FileGetFromComputeNodeHeaders |
FileGetFromComputeNodeHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileGetFromComputeNodeHeaders |
FileGetFromComputeNodeHeaders.withContentLength(Long contentLength)
Set the contentLength value.
|
FileGetFromComputeNodeHeaders |
FileGetFromComputeNodeHeaders.withContentType(String contentType)
Set the contentType value.
|
FileGetFromComputeNodeHeaders |
FileGetFromComputeNodeHeaders.withETag(String eTag)
Set the eTag value.
|
FileGetFromComputeNodeHeaders |
FileGetFromComputeNodeHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
FileGetFromComputeNodeHeaders |
FileGetFromComputeNodeHeaders.withOcpBatchFileIsdirectory(Boolean ocpBatchFileIsdirectory)
Set the ocpBatchFileIsdirectory value.
|
FileGetFromComputeNodeHeaders |
FileGetFromComputeNodeHeaders.withOcpBatchFileMode(String ocpBatchFileMode)
Set the ocpBatchFileMode value.
|
FileGetFromComputeNodeHeaders |
FileGetFromComputeNodeHeaders.withOcpBatchFileUrl(String ocpBatchFileUrl)
Set the ocpBatchFileUrl value.
|
FileGetFromComputeNodeHeaders |
FileGetFromComputeNodeHeaders.withOcpCreationTime(org.joda.time.DateTime ocpCreationTime)
Set the ocpCreationTime value.
|
FileGetFromComputeNodeHeaders |
FileGetFromComputeNodeHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.