IoTDeviceInfoResponse

data class IoTDeviceInfoResponse(val authentication: AuthenticationResponse? = null, val deviceId: String, val ioTHostHub: String, val ioTHostHubId: String? = null)

Metadata of IoT device/IoT Edge device to be configured.

Constructors

Link copied to clipboard
constructor(authentication: AuthenticationResponse? = null, deviceId: String, ioTHostHub: String, ioTHostHubId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encrypted IoT device/IoT edge device connection string.

Link copied to clipboard

ID of the IoT device/edge device.

Link copied to clipboard

Host name for the IoT hub associated to the device.

Link copied to clipboard
val ioTHostHubId: String? = null

Id for the IoT hub associated to the device.