Devices
Operations
Create Or Update Identity |
Creates or updates the identity of a device in the identity registry of the IoT Hub. |
Delete Identity |
Deletes the identity of a device from the identity registry of the IoT Hub. |
Get Devices |
Gets the identities of multiple devices from the IoT Hub identity registry. Not recommended. Use the IoT Hub query API to retrieve device twin and device identi... |
Get Identity |
Gets a device from the identity registry of the IoT Hub. |
Get Twin |
Gets the device twin. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-device-twins for more information. |
Invoke Method |
Invokes a direct method on a device. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-direct-methods for more information. |
Replace Twin |
Replaces the tags and desired properties of a device twin. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-device-twins for more information. |
Update Twin |
Updates the tags and desired properties of a device twin. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-device-twins for more information. |