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 operations from Microsoft.Insights provider.

abstract Mono<OperationListResultInner> listAsync()

Lists all of the available operations from Microsoft.Insights provider.

abstract Response<OperationListResultInner> listWithResponse(Context context)

Lists all of the available operations from Microsoft.Insights provider.

abstract Mono<Response<OperationListResultInner>> listWithResponseAsync()

Lists all of the available operations from Microsoft.Insights provider.

Method Details

list

public abstract OperationListResultInner list()

Lists all of the available operations from Microsoft.Insights provider.

Returns:

result of the request to list Microsoft.Insights operations.

listAsync

public abstract Mono listAsync()

Lists all of the available operations from Microsoft.Insights provider.

Returns:

result of the request to list Microsoft.Insights operations on successful completion of Mono.

listWithResponse

public abstract Response listWithResponse(Context context)

Lists all of the available operations from Microsoft.Insights provider.

Parameters:

context - The context to associate with this operation.

Returns:

result of the request to list Microsoft.Insights operations along with Response<T>.

listWithResponseAsync

public abstract Mono> listWithResponseAsync()

Lists all of the available operations from Microsoft.Insights provider.

Returns:

result of the request to list Microsoft.Insights operations along with Response<T> on successful completion of Mono.

Applies to