你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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<OperationListResultInner> 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<OperationListResultInner> 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<Response<OperationListResultInner>> 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