Iot Hub 资源是否有 JAVA sdk?
Is there a JAVA sdk for Iot Hub Resource?
我正在寻找 IoT 中心的 CRUD Java APIs。我正在专门寻找与此 REST API (https://docs.microsoft.com/en-us/rest/api/iothub/iothubresource) 等效的 java。
我能够找到 API 到 create/register 设备和 send/receive 消息,但找不到 API 到 CRUD Azure IoT 中心。
Azure IoT 中心提供了不同的端点来对其进行操作。这些端点可以分类为设备、服务、资源提供者等(有关 Azure IoT Hub 端点的更多详细信息,请参阅 Azure IoT Hub endpoints)。
微软根据不同的端点为Azure IoT hub提供了不同语言的SDK。例如,Microsoft 为名为客户端库的设备和服务端点提供了适用于 Azure IoT Hub 的 C# SDK(请参阅 here). And Microsoft also provides the C# SDK for the resource provider as Management.
然而,Azure IoT 中心的资源提供者没有 JAVA SDK(请参阅 Java 中的 here). You can use the REST 以了解 Azure IoT 中心的资源提供者端点。CRUD Azure 的 REST物联网中心,您可以参考下面的link:
In-addition,如果你也希望微软提供Azure IoT资源提供者Java SDK,你可以在下方link投票反馈:
我正在寻找 IoT 中心的 CRUD Java APIs。我正在专门寻找与此 REST API (https://docs.microsoft.com/en-us/rest/api/iothub/iothubresource) 等效的 java。
我能够找到 API 到 create/register 设备和 send/receive 消息,但找不到 API 到 CRUD Azure IoT 中心。
Azure IoT 中心提供了不同的端点来对其进行操作。这些端点可以分类为设备、服务、资源提供者等(有关 Azure IoT Hub 端点的更多详细信息,请参阅 Azure IoT Hub endpoints)。
微软根据不同的端点为Azure IoT hub提供了不同语言的SDK。例如,Microsoft 为名为客户端库的设备和服务端点提供了适用于 Azure IoT Hub 的 C# SDK(请参阅 here). And Microsoft also provides the C# SDK for the resource provider as Management.
然而,Azure IoT 中心的资源提供者没有 JAVA SDK(请参阅 Java 中的 here). You can use the REST 以了解 Azure IoT 中心的资源提供者端点。CRUD Azure 的 REST物联网中心,您可以参考下面的link:
In-addition,如果你也希望微软提供Azure IoT资源提供者Java SDK,你可以在下方link投票反馈: