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