Accepted<T> Interface
Type Parameters
- T
the type of final result
public interface Accepted
The accepted LRO (long running operation).
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Activation |
getActivationResponse()
Gets the activation response of LRO. |
abstract T |
getFinalResult()
Gets the final result of LRO. |
abstract
Sync |
getSyncPoller()
Gets the SyncPoller<T,U> of LRO. |
Method Details
getActivationResponse
public abstract ActivationResponse
Gets the activation response of LRO.
Returns:
the activation response
getFinalResult
public abstract T getFinalResult()
Gets the final result of LRO.
Returns:
the final result.
getSyncPoller
public abstract SyncPoller
Gets the SyncPoller<T,U> of LRO.
Returns:
the sync poller.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java