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 REST API operations.

abstract Mono<OperationListResultInner> listAsync()

Lists all of the available REST API operations.

abstract Response<OperationListResultInner> listWithResponse(Context context)

Lists all of the available REST API operations.

abstract Mono<Response<OperationListResultInner>> listWithResponseAsync()

Lists all of the available REST API operations.

Method Details

list

public abstract OperationListResultInner list()

Lists all of the available REST API operations.

Returns:

a list of resource provider operations.

listAsync

public abstract Mono<OperationListResultInner> listAsync()

Lists all of the available REST API operations.

Returns:

a list of resource provider operations on successful completion of Mono.

listWithResponse

public abstract Response<OperationListResultInner> 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>.

listWithResponseAsync

public abstract Mono<Response<OperationListResultInner>> listWithResponseAsync()

Lists all of the available REST API operations.

Returns:

a list of resource provider operations along with Response<T> on successful completion of Mono.

Applies to