OperationsClient Interface

public interface OperationsClient

An instance of this class provides access to all the operations defined in OperationsClient.

Method Summary

Modifier and Type Method and Description
abstract OperationListResultInner list()

Lists all of the available Data Lake Analytics REST API operations.

abstract Response<OperationListResultInner> listWithResponse(Context context)

Lists all of the available Data Lake Analytics REST API operations.

Method Details

list

public abstract OperationListResultInner list()

Lists all of the available Data Lake Analytics REST API operations.

Returns:

the list of available operations for Data Lake Analytics.

listWithResponse

public abstract Response<OperationListResultInner> listWithResponse(Context context)

Lists all of the available Data Lake Analytics REST API operations.

Parameters:

context - The context to associate with this operation.

Returns:

the list of available operations for Data Lake Analytics along with Response<T>.

Applies to