Share via


Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

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

List the operations for the provider.

abstract PagedIterable<Operation> list(Context context)

List the operations for the provider.

Method Details

list

public abstract PagedIterable<Operation> list()

List the operations for the provider.

Returns:

a list of REST API operations supported by an Azure Resource Provider as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<Operation> list(Context context)

List the operations for the provider.

Parameters:

context - The context to associate with this operation.

Returns:

a list of REST API operations supported by an Azure Resource Provider as paginated response with PagedIterable<T>.

Applies to