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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET