operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_extras.addons.operations |
Fields
Name | Datatype | Description |
---|---|---|
value | array | List of supported operations. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available Addons RP operations. |
SELECT
examples
Lists all of the available Addons RP operations.
SELECT
value
FROM azure_extras.addons.operations
;