operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.reservations.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation |
display | object | Information about an operation |
isDataAction | boolean | Indicates whether the operation is a data action |
origin | string | Origin of the operation |
properties | object | Additional details about an operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| List all the operations. |
SELECT
examples
List all the operations.
SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure.reservations.operations
;