OperationStatuses Interface
public interface OperationStatuses
Resource collection API of OperationStatuses.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Operation |
get(String location, String operationId)
Get Operation Status Gets the current status of an async operation. |
|
abstract
Response<Operation |
getWithResponse(String location, String operationId, Context context)
Get Operation Status Gets the current status of an async operation. |
Method Details
get
public abstract OperationStatus get(String location, String operationId)
Get Operation Status Gets the current status of an async operation.
Parameters:
Returns:
getWithResponse
public abstract Response<OperationStatus> getWithResponse(String location, String operationId, Context context)
Get Operation Status Gets the current status of an async operation.
Parameters:
Returns: