PoolDeletePollerAsync Class
- java.
lang. Object - com.
azure. compute. batch. PoolDeletePollerAsync
- com.
public final class PoolDeletePollerAsync
Constructor Summary
| Constructor | Description |
|---|---|
| PoolDeletePollerAsync(BatchAsyncClient batchAsyncClient, String poolId, RequestOptions options) |
Creates a new PoolDeletePollerAsync. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Function<Polling |
getActivationOperation()
Activation operation to start the delete. |
|
Bi |
getCancelOperation()
Cancel operation (not supported for delete). |
|
Function<Polling |
getFetchResultOperation()
Final result fetch operation (returns null; not required). |
|
Function<Polling |
getPollOperation()
Poll operation to check if the pool is still being deleted or is gone. |
Methods inherited from java.lang.Object
Constructor Details
PoolDeletePollerAsync
public PoolDeletePollerAsync(BatchAsyncClient batchAsyncClient, String poolId, RequestOptions options)
Creates a new PoolDeletePollerAsync.
Parameters:
Method Details
getActivationOperation
public Function<PollingContext<BatchPool>,Mono<PollResponse<BatchPool>>> getActivationOperation()
Activation operation to start the delete.
Returns:
getCancelOperation
public BiFunction<PollingContext<BatchPool>,PollResponse<BatchPool>,Mono<BatchPool>> getCancelOperation()
Cancel operation (not supported for delete).
Returns:
getFetchResultOperation
public Function<PollingContext<BatchPool>,Mono<Void>> getFetchResultOperation()
Final result fetch operation (returns null; not required).
Returns:
getPollOperation
public Function<PollingContext<BatchPool>,Mono<PollResponse<BatchPool>>> getPollOperation()
Poll operation to check if the pool is still being deleted or is gone.
Returns: