T - the type of final resultpublic interface Accepted<T>
| Modifier and Type | Method and Description |
|---|---|
ActivationResponse<T> |
getActivationResponse()
Gets the activation response of LRO.
|
T |
getFinalResult()
Gets the final result of LRO.
|
com.azure.core.util.polling.SyncPoller<Void,T> |
getSyncPoller()
Gets the
SyncPoller of LRO. |
ActivationResponse<T> getActivationResponse()
com.azure.core.util.polling.SyncPoller<Void,T> getSyncPoller()
SyncPoller of LRO.T getFinalResult()
com.azure.core.management.exception.ManagementException - If polling fails.Copyright © 2021 Microsoft Corporation. All rights reserved.