Interface Accepted<T>

  • Type Parameters:
    T - the type of final result

    public interface Accepted<T>
    The accepted LRO (long running operation).
    • Method Detail

      • getActivationResponse

        ActivationResponse<T> getActivationResponse()
        Gets the activation response of LRO.
        Returns:
        the activation response
      • getSyncPoller

        com.azure.core.util.polling.SyncPoller<Void,​T> getSyncPoller()
        Gets the SyncPoller of 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.