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