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 void get(String location, String operationId)

Returns operation results for long running operations.

abstract OperationResultsGetResponse getWithResponse(String location, String operationId, Context context)

Returns operation results for long running operations.

Method Details

get

public abstract void get(String location, String operationId)

Returns operation results for long running operations.

Parameters:

location - The name of the Azure region.
operationId - The ID of an ongoing async operation.

getWithResponse

public abstract OperationResultsGetResponse getWithResponse(String location, String operationId, Context context)

Returns operation results for long running operations.

Parameters:

location - The name of the Azure region.
operationId - The ID of an ongoing async operation.
context - The context to associate with this operation.

Returns:

the response.

Applies to