Operations Interface
public interface Operations
Resource collection API of Operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list()
Lists all of the available SQL Migration REST API operations. |
|
abstract
Paged |
list(Context context)
Lists all of the available SQL Migration REST API operations. |
Method Details
list
public abstract PagedIterable<OperationsDefinition> list()
Lists all of the available SQL Migration REST API operations.
Returns:
list
public abstract PagedIterable<OperationsDefinition> list(Context context)
Lists all of the available SQL Migration REST API operations.
Parameters:
Returns: