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
Operation |
get(String operationResultId)
Get an azure operation result. |
|
abstract
Response<Operation |
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:
Returns:
getWithResponse
public abstract Response<OperationResultInner> getWithResponse(String operationResultId, Context context)
Get an azure operation result. Returns an azure operation result.
Parameters:
Returns: