Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<Operation> list()

List all operations available through Azure Alerts Management Resource Provider.

abstract PagedIterable<Operation> list(Context context)

List all operations available through Azure Alerts Management Resource Provider.

Method Details

list

public abstract PagedIterable<Operation> list()

List all operations available through Azure Alerts Management Resource Provider.

Returns:

lists the operations available in the AlertsManagement RP as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<Operation> list(Context context)

List all operations available through Azure Alerts Management Resource Provider.

Parameters:

context - The context to associate with this operation.

Returns:

lists the operations available in the AlertsManagement RP as paginated response with PagedIterable<T>.

Applies to