Condividi tramite


Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

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

This method gets all the operations.

abstract PagedIterable<Operation> list(Context context)

This method gets all the operations.

Method Details

list

public abstract PagedIterable<Operation> list()

This method gets all the operations.

Returns:

operation Collection as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<Operation> list(Context context)

This method gets all the operations.

Parameters:

context - The context to associate with this operation.

Returns:

operation Collection as paginated response with PagedIterable<T>.

Applies to