IotHubDeviceDisconnectedEventData Class

Definition

Event data for Microsoft.Devices.DeviceDisconnected event.

C#
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceDisconnectedEventData+IotHubDeviceDisconnectedEventDataConverter))]
public class IotHubDeviceDisconnectedEventData : Azure.Messaging.EventGrid.SystemEvents.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: - : . + % _ # * ? ! ( ) , = @ ; $ '.

(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: - : . + % _ # * ? ! ( ) , = @ ; $ '.

(Inherited from DeviceConnectionStateEventProperties)

Applies to

Product Versions
Azure SDK for .NET Latest, Preview