你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IotHubDeviceDeletedEventData 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Microsoft.Devices.DeviceDeleted 事件的事件数据。
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceDeletedEventData+IotHubDeviceDeletedEventDataConverter))]
public class IotHubDeviceDeletedEventData : Azure.Messaging.EventGrid.SystemEvents.DeviceLifeCycleEventProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceDeletedEventData+IotHubDeviceDeletedEventDataConverter))>]
type IotHubDeviceDeletedEventData = class
inherit DeviceLifeCycleEventProperties
Public Class IotHubDeviceDeletedEventData
Inherits DeviceLifeCycleEventProperties
- 继承
- 属性
属性
DeviceId |
设备的唯一标识符。 此区分大小写的字符串最多可以包含 128 个字符,并支持 ASCII 7 位字母数字字符以及以下特殊字符:- : 。 + % _ # * ? ! ( ) , = @ ; $ '. (继承自 DeviceLifeCycleEventProperties) |
HubName |
已创建或已删除设备的 IoT 中心的名称。 (继承自 DeviceLifeCycleEventProperties) |
Twin |
有关设备孪生(即应用程序设备元数据的云表示形式)的信息。 (继承自 DeviceLifeCycleEventProperties) |