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.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.