Udostępnij za pośrednictwem


Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

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

List available operations.

abstract PagedIterable<Operation> list(Context context)

List available operations.

Method Details

list

public abstract PagedIterable<Operation> list()

List available operations. List the available operations supported by the Microsoft.EventGrid resource provider.

Returns:

result of the List Operations operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<Operation> list(Context context)

List available operations. List the available operations supported by the Microsoft.EventGrid resource provider.

Parameters:

context - The context to associate with this operation.

Returns:

result of the List Operations operation as paginated response with PagedIterable<T>.

Applies to