operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.resource_graph.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | `` | Display metadata associated with the operation. |
origin | string | The origin of operations. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available REST API operations. |
SELECT
examples
Lists all of the available REST API operations.
SELECT
name,
display,
origin
FROM azure.resource_graph.operations
;