共用方式為


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

List the operations for the provider.

abstract PagedIterable<OperationInner> list(Context context)

List the operations for the provider.

abstract PagedFlux<OperationInner> listAsync()

List the operations for the provider.

Method Details

list

public abstract PagedIterable<OperationInner> list()

List the operations for the provider.

Returns:

a list of REST API operations supported by an Azure Resource Provider as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OperationInner> list(Context context)

List the operations for the provider.

Parameters:

context - The context to associate with this operation.

Returns:

a list of REST API operations supported by an Azure Resource Provider as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<OperationInner> listAsync()

List the operations for the provider.

Returns:

a list of REST API operations supported by an Azure Resource Provider as paginated response with PagedFlux<T>.

Applies to