你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IotHubMessageSink 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 sink allows for pipeline messages to published into the IoT Edge Hub. Published messages can then be delivered to the cloud and other modules via routes declared in the IoT Edge deployment manifest.
public class IotHubMessageSink : Azure.Media.VideoAnalyzer.Edge.Models.SinkNodeBase
type IotHubMessageSink = class
inherit SinkNodeBase
Public Class IotHubMessageSink
Inherits SinkNodeBase
- Inheritance
Constructors
IotHubMessageSink(String, IEnumerable<NodeInput>, String) |
Initializes a new instance of IotHubMessageSink. |
Properties
HubOutputName |
Name of the Iot Edge Hub output to which the messages will be published. |
Inputs |
An array of upstream node references within the topology to be used as inputs for this node. (Inherited from SinkNodeBase) |
Name |
Node name. Must be unique within the topology. (Inherited from SinkNodeBase) |