Operations Interface
public interface Operations
Resource collection API of Operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list()
Returns list of operations. |
|
abstract
Paged |
list(Context context)
Returns list of operations. |
Method Details
list
public abstract PagedIterable<Operation> list()
Returns list of operations.
Returns:
lists the operations available as paginated response with PagedIterable<T>.
list
public abstract PagedIterable<Operation> list(Context context)
Returns list of operations.
Parameters:
context
- The context to associate with this operation.
Returns:
lists the operations available as paginated response with PagedIterable<T>.