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<OperationInner> list()

List resource provider operations.

abstract PagedIterable<OperationInner> list(Context context)

List resource provider operations.

Method Details

list

public abstract PagedIterable<OperationInner> list()

List resource provider operations. Get a list of all available resource provider operations. It contains a URL link to get the next set of results.

Returns:

a list of all available resource provider operations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OperationInner> list(Context context)

List resource provider operations. Get a list of all available resource provider operations. It contains a URL link to get the next set of results.

Parameters:

context - The context to associate with this operation.

Returns:

a list of all available resource provider operations as paginated response with PagedIterable<T>.

Applies to