你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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