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