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 available operations |
|
abstract
Paged |
list(Context context)
List available operations |
Method Details
list
public abstract PagedIterable<OperationInner> list()
List available operations
List the available operations supported by the Microsoft.Maintenance resource provider.
Returns:
list
public abstract PagedIterable<OperationInner> list(Context context)
List available operations
List the available operations supported by the Microsoft.Maintenance resource provider.
Parameters:
Returns: