OperationStatusesClient Interface
public interface OperationStatusesClient
An instance of this class provides access to all the operations defined in OperationStatusesClient.
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 OperationStatusResultInner get(String location, String operationId)
Get the status of a long running azure asynchronous operation.
Parameters:
Returns:
getWithResponse
public abstract Response<OperationStatusResultInner> getWithResponse(String location, String operationId, Context context)
Get the status of a long running azure asynchronous operation.
Parameters:
Returns: