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 available operations

abstract PagedIterable<OperationInner> list(Context context)

List available operations

Method Details

list

public abstract PagedIterable list()

List available operations

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

Returns:

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

list

public abstract PagedIterable list(Context context)

List available operations

List the available operations supported by the Microsoft.Maintenance 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