Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ResourceProviderOperationDefinition> list()

Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.

abstract PagedIterable<ResourceProviderOperationDefinition> list(String skipToken, Context context)

Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.

Method Details

list

public abstract PagedIterable<ResourceProviderOperationDefinition> list()

Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.

Returns:

the resource provider operation list as paginated response with PagedIterable<T>.

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:

skipToken - A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
context - The context to associate with this operation.

Returns:

the resource provider operation list as paginated response with PagedIterable<T>.

Applies to