IotHubDeviceConnection Class

Information that enables communication between the IoT Hub and the IoT device - allowing this edge module to act as a transparent gateway between the two.

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

Inheritance
IotHubDeviceConnection

Constructor

IotHubDeviceConnection(*, device_id: str, credentials: Optional[azure.media.videoanalyzeredge._generated.models._models_py3.CredentialsBase] = None, **kwargs)

Variables

device_id
str

Required. The name of the IoT device configured and managed in IoT Hub. (case-sensitive).

credentials
<xref:azure.media.videoanalyzer.edge.models.CredentialsBase>

IoT device connection credentials. Currently IoT device symmetric key credentials are supported.