Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

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

Exposes all available operations for discovery purposes.

abstract PagedIterable<Operation> list(Context context)

Exposes all available operations for discovery purposes.

Method Details

list

public abstract PagedIterable list()

Exposes all available operations for discovery purposes.

Returns:

list of possible operations for Microsoft.Security resource provider as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Exposes all available operations for discovery purposes.

Parameters:

context - The context to associate with this operation.

Returns:

list of possible operations for Microsoft.Security resource provider as paginated response with PagedIterable<T>.

Applies to