operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_extras.windows_iot.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation}. |
display | object | The operation supported by Azure Data Catalog Service. |
isDataAction | boolean | Indicates whether the operation is a data action |
origin | string | Indicates the executor of the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available Windows IoT Services REST API operations. |
SELECT
examples
Lists all of the available Windows IoT Services REST API operations.
SELECT
name,
display,
isDataAction,
origin
FROM azure_extras.windows_iot.operations
;