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<ResourceProviderOperationInner> list()

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

abstract PagedIterable<ResourceProviderOperationInner> list(Context context)

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

abstract PagedFlux<ResourceProviderOperationInner> listAsync()

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

Method Details

list

public abstract PagedIterable<ResourceProviderOperationInner> 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<ResourceProviderOperationInner> 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>.

listAsync

public abstract PagedFlux<ResourceProviderOperationInner> listAsync()

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

Returns:

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

Applies to