Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

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

List all of the available operations the Desktop Virtualization resource provider supports.

abstract PagedIterable<ResourceProviderOperation> list(Context context)

List all of the available operations the Desktop Virtualization resource provider supports.

Method Details

list

public abstract PagedIterable<ResourceProviderOperation> list()

List all of the available operations the Desktop Virtualization resource provider supports.

Returns:

result of the request to list operations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ResourceProviderOperation> list(Context context)

List all of the available operations the Desktop Virtualization resource provider supports.

Parameters:

context - The context to associate with this operation.

Returns:

result of the request to list operations as paginated response with PagedIterable<T>.

Applies to