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 Operation Status Gets the current status of an async operation. |
|
abstract
Operation |
getWithResponse(String location, String operationId, Context context)
Get Operation Status Gets the current status of an async operation. |
Method Details
get
public abstract OperationStatusInner get(String location, String operationId)
Get Operation Status Gets the current status of an async operation.
Parameters:
Returns:
getWithResponse
public abstract OperationStatusesGetResponse getWithResponse(String location, String operationId, Context context)
Get Operation Status Gets the current status of an async operation.
Parameters:
Returns: