你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IoTHubStreamInputDataSource interface
描述包含流数据的IoT 中心输入数据源。
- 扩展
属性
consumer |
应用于从IoT 中心读取事件的IoT 中心使用者组的名称。 如果未指定,则输入将使用 IoT 中心的默认使用者组。 |
endpoint | 用于连接到 (的IoT 中心终结点,即 messages/events、messages/operationsMonitoringEvents 等) 。 |
iot |
IoT 中心的名称或 URI。 在 PUT (CreateOrReplace) 请求时是必需的。 |
shared |
指定共享访问策略的共享访问策略密钥。 在 PUT (CreateOrReplace) 请求时是必需的。 |
shared |
IoT 中心的共享访问策略名称。 此策略必须至少包含服务连接权限。 在 PUT (CreateOrReplace) 请求时是必需的。 |
type | 多态鉴别器,它指定此对象可以是的不同类型 |
属性详细信息
consumerGroupName
应用于从IoT 中心读取事件的IoT 中心使用者组的名称。 如果未指定,则输入将使用 IoT 中心的默认使用者组。
consumerGroupName?: string
属性值
string
endpoint
用于连接到 (的IoT 中心终结点,即 messages/events、messages/operationsMonitoringEvents 等) 。
endpoint?: string
属性值
string
iotHubNamespace
IoT 中心的名称或 URI。 在 PUT (CreateOrReplace) 请求时是必需的。
iotHubNamespace?: string
属性值
string
sharedAccessPolicyKey
指定共享访问策略的共享访问策略密钥。 在 PUT (CreateOrReplace) 请求时是必需的。
sharedAccessPolicyKey?: string
属性值
string
sharedAccessPolicyName
IoT 中心的共享访问策略名称。 此策略必须至少包含服务连接权限。 在 PUT (CreateOrReplace) 请求时是必需的。
sharedAccessPolicyName?: string
属性值
string
type
多态鉴别器,它指定此对象可以是的不同类型
type: "Microsoft.Devices/IotHubs"
属性值
"Microsoft.Devices/IotHubs"