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

Get a list of Hardware Security Modules operations.

abstract PagedIterable<OperationInner> list(Context context)

Get a list of Hardware Security Modules operations.

Method Details

list

public abstract PagedIterable<OperationInner> list()

Get a list of Hardware Security Modules operations.

Returns:

a list of Hardware Security Modules operations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OperationInner> list(Context context)

Get a list of Hardware Security Modules operations.

Parameters:

context - The context to associate with this operation.

Returns:

a list of Hardware Security Modules operations as paginated response with PagedIterable<T>.

Applies to