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 the status of a long running azure asynchronous operation. |
|
abstract
Response<Operation |
getWithResponse(String location, String operationId, Context context)
Get the status of a long running azure asynchronous operation. |
Method Details
get
public abstract OperationStatusResult get(String location, String operationId)
Get the status of a long running azure asynchronous operation.
Parameters:
Returns:
getWithResponse
public abstract Response<OperationStatusResult> getWithResponse(String location, String operationId, Context context)
Get the status of a long running azure asynchronous operation.
Parameters:
Returns: