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.getPropertiesFromTask(String jobId,
String taskId,
String filePath,
FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions)
Gets the properties of the specified task file.
|
rx.Observable<Void> |
Files.getPropertiesFromTaskAsync(String jobId,
String taskId,
String filePath,
FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions)
Gets the properties of the specified task file.
|
ServiceFuture<Void> |
Files.getPropertiesFromTaskAsync(String jobId,
String taskId,
String filePath,
FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions,
ServiceCallback<Void> serviceCallback)
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 |
---|---|
FileGetPropertiesFromTaskOptions |
FileGetPropertiesFromTaskOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileGetPropertiesFromTaskOptions |
FileGetPropertiesFromTaskOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
FileGetPropertiesFromTaskOptions |
FileGetPropertiesFromTaskOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
FileGetPropertiesFromTaskOptions |
FileGetPropertiesFromTaskOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
FileGetPropertiesFromTaskOptions |
FileGetPropertiesFromTaskOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
FileGetPropertiesFromTaskOptions |
FileGetPropertiesFromTaskOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.