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

EventGridModelFactory.IotHubDeviceConnectedEventData 方法

定义

初始化 IotHubDeviceConnectedEventData 的新实例。

public static Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceConnectedEventData IotHubDeviceConnectedEventData (string deviceId = default, string moduleId = default, string hubName = default, Azure.Messaging.EventGrid.SystemEvents.DeviceConnectionStateEventInfo deviceConnectionStateEventInfo = default);
static member IotHubDeviceConnectedEventData : string * string * string * Azure.Messaging.EventGrid.SystemEvents.DeviceConnectionStateEventInfo -> Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceConnectedEventData
Public Shared Function IotHubDeviceConnectedEventData (Optional deviceId As String = Nothing, Optional moduleId As String = Nothing, Optional hubName As String = Nothing, Optional deviceConnectionStateEventInfo As DeviceConnectionStateEventInfo = Nothing) As IotHubDeviceConnectedEventData

参数

deviceId
String

设备的唯一标识符。 此区分大小写的字符串最多可以包含 128 个字符,并支持 ASCII 7 位字母数字字符以及以下特殊字符:- : 。 + % _ # * ? ! ( ) , = @ ; $ '.

moduleId
String

模块的唯一标识符。 此区分大小写的字符串最多可以包含 128 个字符,并支持 ASCII 7 位字母数字字符以及以下特殊字符:- : 。 + % _ # * ? ! ( ) , = @ ; $ '.

hubName
String

已创建或已删除设备的 IoT 中心的名称。

deviceConnectionStateEventInfo
DeviceConnectionStateEventInfo

有关设备连接状态事件的信息。

返回

用于模拟的新 IotHubDeviceConnectedEventData 实例。

适用于