IotHubMessageSource Class

IoT Hub Message source allows for the pipeline to consume messages from the IoT Edge Hub. Messages can be routed from other IoT modules via routes declared in the IoT Edge deployment manifest.

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

Inheritance
azure.media.videoanalyzeredge._generated.models._models_py3.SourceNodeBase
IotHubMessageSource

Constructor

IotHubMessageSource(*, name: str, hub_input_name: Optional[str] = None, **kwargs)

Variables

type
str

Required. Type discriminator for the derived types.Constant filled by server.

name
str

Required. Node name. Must be unique within the topology.

hub_input_name
str

Name of the IoT Edge Hub input from which messages will be consumed.