Interface Accepted<T>
- Type Parameters:
T- the type of final result
public interface Accepted<T>
The accepted LRO (long running operation).
-
Method Summary
Modifier and TypeMethodDescriptionGets the activation response of LRO.Gets the final result of LRO.Gets theSyncPollerof LRO.
-
Method Details
-
getActivationResponse
ActivationResponse<T> getActivationResponse()Gets the activation response of LRO.- Returns:
- the activation response
-
getSyncPoller
Gets theSyncPollerof LRO.- Returns:
- the sync poller.
-
getFinalResult
T getFinalResult()Gets the final result of LRO.- Returns:
- the final result.
- Throws:
com.azure.core.management.exception.ManagementException- If polling fails.
-