Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

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

Returns list of all operations.

abstract PagedIterable<ResourceProviderOperation> list(Context context)

Returns list of all operations.

Method Details

list

public abstract PagedIterable<ResourceProviderOperation> list()

Returns list of all operations.

Returns:

results of the request to list operations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ResourceProviderOperation> list(Context context)

Returns list of all operations.

Parameters:

context - The context to associate with this operation.

Returns:

results of the request to list operations as paginated response with PagedIterable<T>.

Applies to