Azure IoTハブに接続するデバイスが1,000台あります。 デプロイされたIoTデバイスのスケジュールされたチェックを実行しています。 Azure CLIプロンプトから次のコマンドを実行する予定です。 aziot hub query --hub-name hub1 --query-command "SELECT * FROM devices WHERE connectionState = 'Disconnected'"コマンドは何を返しますか?
正解:A
The IoT Hub publishes the Microsoft.Devices.DeviceDisconnected event type, which is published when a device is disconnected from an IoT hub. Reference: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-event-grid#event-types