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,FileGetPropertiesFromComputeNodeHeaders>> |
Files.getPropertiesFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath)
Gets the properties of the specified compute node file.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromComputeNodeHeaders>> |
Files.getPropertiesFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath,
FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions)
Gets the properties of the specified compute node file.
|
Modifier and Type | Method and Description |
---|---|
FileGetPropertiesFromComputeNodeHeaders |
FileGetPropertiesFromComputeNodeHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileGetPropertiesFromComputeNodeHeaders |
FileGetPropertiesFromComputeNodeHeaders.withContentLength(Long contentLength)
Set the contentLength value.
|
FileGetPropertiesFromComputeNodeHeaders |
FileGetPropertiesFromComputeNodeHeaders.withContentType(String contentType)
Set the contentType value.
|
FileGetPropertiesFromComputeNodeHeaders |
FileGetPropertiesFromComputeNodeHeaders.withETag(String eTag)
Set the eTag value.
|
FileGetPropertiesFromComputeNodeHeaders |
FileGetPropertiesFromComputeNodeHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
FileGetPropertiesFromComputeNodeHeaders |
FileGetPropertiesFromComputeNodeHeaders.withOcpBatchFileIsdirectory(Boolean ocpBatchFileIsdirectory)
Set the ocpBatchFileIsdirectory value.
|
FileGetPropertiesFromComputeNodeHeaders |
FileGetPropertiesFromComputeNodeHeaders.withOcpBatchFileMode(String ocpBatchFileMode)
Set the ocpBatchFileMode value.
|
FileGetPropertiesFromComputeNodeHeaders |
FileGetPropertiesFromComputeNodeHeaders.withOcpBatchFileUrl(String ocpBatchFileUrl)
Set the ocpBatchFileUrl value.
|
FileGetPropertiesFromComputeNodeHeaders |
FileGetPropertiesFromComputeNodeHeaders.withOcpCreationTime(org.joda.time.DateTime ocpCreationTime)
Set the ocpCreationTime value.
|
FileGetPropertiesFromComputeNodeHeaders |
FileGetPropertiesFromComputeNodeHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.