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
Paged |
list()
List resource provider operations. |
|
abstract
Paged |
list(Context context)
List resource provider operations. |
Method Details
list
public abstract PagedIterable<OperationInner> list()
List resource provider operations. Get a list of all available resource provider operations. It contains a URL link to get the next set of results.
Returns:
list
public abstract PagedIterable<OperationInner> list(Context context)
List resource provider operations. Get a list of all available resource provider operations. It contains a URL link to get the next set of results.
Parameters:
Returns: