RemoteDeviceAdapterProperties Class
Remote device adapter properties.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
RemoteDeviceAdapterProperties
Constructor
RemoteDeviceAdapterProperties(*, target: azure.media.videoanalyzeredge._generated.models._models_py3.RemoteDeviceAdapterTarget, iot_hub_device_connection: azure.media.videoanalyzeredge._generated.models._models_py3.IotHubDeviceConnection, description: Optional[str] = None, **kwargs)
Variables
- description
- str
An optional description for the remote device adapter.
- target
- <xref:azure.media.videoanalyzer.edge.models.RemoteDeviceAdapterTarget>
Required. The IoT device to which this remote device will connect.
- iot_hub_device_connection
- <xref:azure.media.videoanalyzer.edge.models.IotHubDeviceConnection>
Required. 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.
Feedback
Submit and view feedback for