你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 PagedIterable<ResourceProviderOperationDefinitionInner> list()

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

abstract PagedIterable<ResourceProviderOperationDefinitionInner> 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<ResourceProviderOperationDefinitionInner> 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<ResourceProviderOperationDefinitionInner> 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