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

IoTHubStreamInputDataSource 类

定义

描述包含流数据的IoT 中心输入数据源。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.Devices/IotHubs")]
public class IoTHubStreamInputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.Devices/IotHubs")>]
type IoTHubStreamInputDataSource = class
    inherit StreamInputDataSource
Public Class IoTHubStreamInputDataSource
Inherits StreamInputDataSource
继承
IoTHubStreamInputDataSource
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

IoTHubStreamInputDataSource()

初始化 IoTHubStreamInputDataSource 类的新实例。

IoTHubStreamInputDataSource(String, String, String, String, String)

初始化 IoTHubStreamInputDataSource 类的新实例。

属性

ConsumerGroupName

获取或设置应用于从IoT 中心读取事件的IoT 中心使用者组的名称。 如果未指定,则输入将使用 Iot 中心的默认使用者组。

Endpoint

获取或设置要连接到 (即 messages/events、messages/operationsMonitoringEvents 等) 的IoT 中心终结点。

IotHubNamespace

获取或设置IoT 中心的名称或 URI。 在 PUT (CreateOrReplace) 请求上是必需的。

SharedAccessPolicyKey

获取或设置指定共享访问策略的共享访问策略密钥。 在 PUT (CreateOrReplace) 请求上是必需的。

SharedAccessPolicyName

获取或设置IoT 中心的共享访问策略名称。 此策略必须至少包含服务连接权限。 在 PUT (CreateOrReplace) 请求上是必需的。

适用于