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, authentication: Optional[azure.mgmt.databoxedge.v2019_03_01.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.

authentication
Authentication
Required

IoT device authentication info.