OperationResults Interface
public interface OperationResults
Resource collection API of OperationResults.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract void |
get(String location, String operationId)
Returns operation results for long running operations. |
|
abstract
Operation |
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:
getWithResponse
public abstract OperationResultsGetResponse getWithResponse(String location, String operationId, Context context)
Returns operation results for long running operations.
Parameters:
Returns: