Operations Interface
public interface Operations
Resource collection API of Operations.
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. |
Method Details
list
public abstract PagedIterable<ResourceProviderOperation> list()
List all of the available operations the Desktop Virtualization resource provider supports.
Returns:
list
public abstract PagedIterable<ResourceProviderOperation> list(Context context)
List all of the available operations the Desktop Virtualization resource provider supports.
Parameters:
Returns: