DeviceClient.GetTwinAsync returns 设备 ID 和 etag 属性为空

DeviceClient.GetTwinAsync returns a device Id and etag properties as null

我尝试获取 DeviceTwin 属性 DeviceClient.GetTwinAsync,但我总是从 GetTwinAsync() 方法调用中获取 deviceId 和 etag null。

设备孪生 - 当从 device-side 访问时 - 只包括属性(期望和报告),而不包括标签、设备 ID 等。

参见 here and here。标签和其他字段仅在 service-side.

上可用