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()
Lists all the supported operations by the Microsoft. |
|
abstract
Paged |
list(String skipToken, Context context)
Lists all the supported operations by the Microsoft. |
Method Details
list
public abstract PagedIterable<ResourceProviderOperationDefinitionInner> list()
Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.
Returns:
list
public abstract PagedIterable<ResourceProviderOperationDefinitionInner> list(String skipToken, Context context)
Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.
Parameters:
Returns: