ResourceProviders Interface

public interface ResourceProviders

Resource collection API of ResourceProviders.

Method Summary

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

Lists all of the available Microsoft.Solutions REST API operations.

abstract PagedIterable<Operation> listOperations(Context context)

Lists all of the available Microsoft.Solutions REST API operations.

Method Details

listOperations

public abstract PagedIterable<Operation> listOperations()

Lists all of the available Microsoft.Solutions REST API operations.

Returns:

a list of REST API operations supported by an Azure Resource Provider as paginated response with PagedIterable<T>.

listOperations

public abstract PagedIterable<Operation> listOperations(Context context)

Lists all of the available Microsoft.Solutions REST API operations.

Parameters:

context - The context to associate with this operation.

Returns:

a list of REST API operations supported by an Azure Resource Provider as paginated response with PagedIterable<T>.

Applies to