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

IotHubDeviceDeletedEventData 类

定义

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
继承
IotHubDeviceDeletedEventData
属性

属性

DeviceId

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

(继承自 DeviceLifeCycleEventProperties)
HubName

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

(继承自 DeviceLifeCycleEventProperties)
Twin

有关设备孪生(即应用程序设备元数据的云表示形式)的信息。

(继承自 DeviceLifeCycleEventProperties)

适用于