operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.quantum.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation |
display | object | Properties of the operation |
isDataAction | boolean | Indicates whether the operation is a data action |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Returns list of operations. |
SELECT
examples
Returns list of operations.
SELECT
name,
display,
isDataAction
FROM azure.quantum.operations
;