NodeReimagePollerAsync Class
- java.
lang. Object - com.
azure. compute. batch. NodeReimagePollerAsync
- com.
public final class NodeReimagePollerAsync
Constructor Summary
| Constructor | Description |
|---|---|
| NodeReimagePollerAsync(BatchAsyncClient batchAsyncClient, String poolId, String nodeId, RequestOptions options) |
Creates a new NodeReimagePollerAsync. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Function<Polling |
getActivationOperation()
Activation operation to start the re-image process. |
|
Bi |
getCancelOperation()
Cancel operation – not supported for re-image. |
|
Function<Polling |
getFetchResultOperation()
Final-result fetch operation. |
|
Function<Polling |
getPollOperation()
Poll operation to track the node’s state. |
Methods inherited from java.lang.Object
Constructor Details
NodeReimagePollerAsync
public NodeReimagePollerAsync(BatchAsyncClient batchAsyncClient, String poolId, String nodeId, RequestOptions options)
Creates a new NodeReimagePollerAsync.
Parameters:
null).
Method Details
getActivationOperation
public Function<PollingContext<BatchNode>,Mono<PollResponse<BatchNode>>> getActivationOperation()
Activation operation to start the re-image process.
Returns:
getCancelOperation
public BiFunction<PollingContext<BatchNode>,PollResponse<BatchNode>,Mono<BatchNode>> getCancelOperation()
Cancel operation – not supported for re-image.
Returns:
getFetchResultOperation
public Function<PollingContext<BatchNode>,Mono<BatchNode>> getFetchResultOperation()
Final-result fetch operation.
Returns:
getPollOperation
public Function<PollingContext<BatchNode>,Mono<PollResponse<BatchNode>>> getPollOperation()
Poll operation to track the node’s state.
Returns: