Operations Interface
public interface Operations
Resource collection API of Operations.
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<ResourceProviderOperationDefinition> list()
Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.
Returns:
list
public abstract PagedIterable<ResourceProviderOperationDefinition> list(String skipToken, Context context)
Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.
Parameters:
Returns: