operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_extras.dev_spaces.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Resource provider operation name. |
display | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all the supported operations by the Microsoft.DevSpaces resource provider along with their description. |
SELECT
examples
Lists all the supported operations by the Microsoft.DevSpaces resource provider along with their description.
SELECT
name,
display
FROM azure_extras.dev_spaces.operations
;