Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

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

List resource provider operations.

abstract PagedIterable<Operation> list(Context context)

List resource provider operations.

Method Details

list

public abstract PagedIterable<Operation> 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<Operation> 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