OperationResults Interface
public interface OperationResults
Resource collection API of OperationResults.
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 OperationResult get(String operationResultId)
Get an azure operation result. Returns an azure operation result.
Parameters:
Returns:
getWithResponse
public abstract Response<OperationResult> getWithResponse(String operationResultId, Context context)
Get an azure operation result. Returns an azure operation result.
Parameters:
Returns: