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,FileDeleteFromComputeNodeHeaders>> |
Files.deleteFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath)
Deletes the specified file from the compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromComputeNodeHeaders>> |
Files.deleteFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath,
Boolean recursive,
FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions)
Deletes the specified file from the compute node.
|
Modifier and Type | Method and Description |
---|---|
FileDeleteFromComputeNodeHeaders |
FileDeleteFromComputeNodeHeaders.withClientRequestId(String clientRequestId)
Set the clientRequestId value.
|
FileDeleteFromComputeNodeHeaders |
FileDeleteFromComputeNodeHeaders.withRequestId(String requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.