Share via


Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

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

Lists all the available BotService operations.

abstract PagedIterable<OperationEntity> list(Context context)

Lists all the available BotService operations.

Method Details

list

public abstract PagedIterable<OperationEntity> list()

Lists all the available BotService operations.

Returns:

the list of bot service operation response as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OperationEntity> list(Context context)

Lists all the available BotService operations.

Parameters:

context - The context to associate with this operation.

Returns:

the list of bot service operation response as paginated response with PagedIterable<T>.

Applies to