IotHubMessageSource Class

Definition

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.

public class IotHubMessageSource : Azure.Media.VideoAnalyzer.Edge.Models.SourceNodeBase
type IotHubMessageSource = class
    inherit SourceNodeBase
Public Class IotHubMessageSource
Inherits SourceNodeBase
Inheritance
IotHubMessageSource

Constructors

IotHubMessageSource(String)

Initializes a new instance of IotHubMessageSource.

Properties

HubInputName

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

Name

Node name. Must be unique within the topology.

(Inherited from SourceNodeBase)

Applies to