Operations Interface
public interface Operations
Resource collection API of Operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list()
This method gets all the operations. |
|
abstract
Paged |
list(Context context)
This method gets all the operations. |
Method Details
list
public abstract PagedIterable<Operation> list()
This method gets all the operations.
Returns:
list
public abstract PagedIterable<Operation> list(Context context)
This method gets all the operations.
Parameters:
Returns: