次の方法で共有


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<OperationEntityInner> list()

Lists all the available BotService operations.

abstract PagedIterable<OperationEntityInner> list(Context context)

Lists all the available BotService operations.

Method Details

list

public abstract PagedIterable<OperationEntityInner> 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<OperationEntityInner> 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