IoTDeviceInfo Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
IoTDeviceInfo

Constructor

IoTDeviceInfo(*, device_id: str, io_t_host_hub: str, io_t_host_hub_id: Optional[str] = None, authentication: Optional[azure.mgmt.datab.models._models_py3.Authentication] = None, **kwargs)

Parameters

device_id
str
Required

Required. ID of the IoT device/edge device.

io_t_host_hub
str
Required

Required. Host name for the IoT hub associated to the device.

io_t_host_hub_id
str
Required

Id for the IoT hub associated to the device.

authentication
<xref:azure.mgmt.databoxedge.v2020_12_01.models.Authentication>
Required

Encrypted IoT device/IoT edge device connection string.