OperationsClient Interface
public interface OperationsClient
An instance of this class provides access to all the operations defined in OperationsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Operation |
get(String locationName, String name)
Get operation. |
|
abstract
Response<Operation |
getWithResponse(String locationName, String name, Context context)
Get operation. |
Method Details
get
public abstract OperationResultInner get(String locationName, String name)
Get operation.
Parameters:
Returns:
getWithResponse
public abstract Response<OperationResultInner> getWithResponse(String locationName, String name, Context context)
Get operation.
Parameters:
Returns: