Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

Modifier and Type Method and Description
abstract OperationListResult list()

Lists all of the available REST API operations.

abstract Response<OperationListResult> listWithResponse(Context context)

Lists all of the available REST API operations.

Method Details

list

public abstract OperationListResult list()

Lists all of the available REST API operations.

Returns:

a list of resource provider operations.

listWithResponse

public abstract Response<OperationListResult> listWithResponse(Context context)

Lists all of the available REST API operations.

Parameters:

context - The context to associate with this operation.

Returns:

a list of resource provider operations along with Response<T>.

Applies to