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
Paged |
list()
List all of the available operations the Desktop Virtualization resource provider supports. |
|
abstract
Paged |
list(Context context)
List all of the available operations the Desktop Virtualization resource provider supports. |
|
abstract
Paged |
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:
list
public abstract PagedIterable<ResourceProviderOperationInner> list(Context context)
List all of the available operations the Desktop Virtualization resource provider supports.
Parameters:
Returns:
listAsync
public abstract PagedFlux<ResourceProviderOperationInner> listAsync()
List all of the available operations the Desktop Virtualization resource provider supports.
Returns: