Share via


IotHubDeviceDeletedEventData Class

Definition

Event data for Microsoft.Devices.DeviceDeleted event.

[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
Inheritance
IotHubDeviceDeletedEventData
Attributes

Properties

DeviceId

The unique identifier of the device. This case-sensitive string can be up to 128 characters long, and supports ASCII 7-bit alphanumeric characters plus the following special characters: - : . + % _ &#35; * ? ! ( ) , = @ ; $ '.

(Inherited from DeviceLifeCycleEventProperties)
HubName

Name of the IoT Hub where the device was created or deleted.

(Inherited from DeviceLifeCycleEventProperties)
Twin

Information about the device twin, which is the cloud representation of application device metadata.

(Inherited from DeviceLifeCycleEventProperties)

Applies to