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