Share via


IotHubDeviceDisconnectedEventData Class

Definition

Event data for Microsoft.Devices.DeviceDisconnected event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceDisconnectedEventData+IotHubDeviceDisconnectedEventDataConverter))]
public class IotHubDeviceDisconnectedEventData : Azure.Messaging.EventGrid.SystemEvents.DeviceConnectionStateEventProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceDisconnectedEventData+IotHubDeviceDisconnectedEventDataConverter))>]
type IotHubDeviceDisconnectedEventData = class
    inherit DeviceConnectionStateEventProperties
Public Class IotHubDeviceDisconnectedEventData
Inherits DeviceConnectionStateEventProperties
Inheritance
IotHubDeviceDisconnectedEventData
Attributes

Properties

DeviceConnectionStateEventInfo

Information about the device connection state event.

(Inherited from DeviceConnectionStateEventProperties)
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 DeviceConnectionStateEventProperties)
HubName

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

(Inherited from DeviceConnectionStateEventProperties)
ModuleId

The unique identifier of the module. 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 DeviceConnectionStateEventProperties)

Applies to