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.getPropertiesFromComputeNode(String poolId,
String nodeId,
String filePath,
FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions)
Gets the properties of the specified compute node file.
|
rx.Observable<Void> |
Files.getPropertiesFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions)
Gets the properties of the specified compute node file.
|
ServiceFuture<Void> |
Files.getPropertiesFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions,
ServiceCallback<Void> serviceCallback)
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 |
---|---|
FileGetPropertiesFromComputeNodeOptions |
FileGetPropertiesFromComputeNodeOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileGetPropertiesFromComputeNodeOptions |
FileGetPropertiesFromComputeNodeOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
FileGetPropertiesFromComputeNodeOptions |
FileGetPropertiesFromComputeNodeOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
FileGetPropertiesFromComputeNodeOptions |
FileGetPropertiesFromComputeNodeOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
FileGetPropertiesFromComputeNodeOptions |
FileGetPropertiesFromComputeNodeOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
FileGetPropertiesFromComputeNodeOptions |
FileGetPropertiesFromComputeNodeOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.