IotHubMessageSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET