Share via


OperationResultsClient Interface

public interface OperationResultsClient

An instance of this class provides access to all the operations defined in OperationResultsClient.

Method Summary

Modifier and Type Method and Description
abstract OperationResultInner get(String operationResultId)

Get an azure operation result.

abstract Response<OperationResultInner> getWithResponse(String operationResultId, Context context)

Get an azure operation result.

Method Details

get

public abstract OperationResultInner get(String operationResultId)

Get an azure operation result. Returns an azure operation result.

Parameters:

operationResultId - The operation result ID / name.

Returns:

a long running operation result.

getWithResponse

public abstract Response<OperationResultInner> getWithResponse(String operationResultId, Context context)

Get an azure operation result. Returns an azure operation result.

Parameters:

operationResultId - The operation result ID / name.
context - The context to associate with this operation.

Returns:

a long running operation result along with Response<T>.

Applies to