你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 ActivationResponse<T> getActivationResponse()

Gets the activation response of LRO.

abstract T getFinalResult()

Gets the final result of LRO.

abstract SyncPoller<Void,T> getSyncPoller()

Gets the SyncPoller<T,U> of LRO.

Method Details

getActivationResponse

public abstract ActivationResponse getActivationResponse()

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 getSyncPoller()

Gets the SyncPoller<T,U> of LRO.

Returns:

the sync poller.

Applies to