operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.desktop_virtualization.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name, in format of {provider}/{resource}/{operation} |
display | object | Display metadata associated with the operation. |
isDataAction | boolean | Is a data action. |
properties | object | Properties of the operation |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| List all of the available operations the Desktop Virtualization resource provider supports. |
SELECT
examples
List all of the available operations the Desktop Virtualization resource provider supports.
SELECT
name,
display,
isDataAction,
properties
FROM azure.desktop_virtualization.operations
;