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 PagedIterable<ClientDiscoveryValueForSingleApiInner> list()

Returns the list of available operations.

abstract PagedIterable<ClientDiscoveryValueForSingleApiInner> list(Context context)

Returns the list of available operations.

Method Details

list

public abstract PagedIterable list()

Returns the list of available operations.

Returns:

operations List response which contains list of available APIs as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Returns the list of available operations.

Parameters:

context - The context to associate with this operation.

Returns:

operations List response which contains list of available APIs as paginated response with PagedIterable<T>.

Applies to