Share via


DeviceLifeCycleEventProperties Class

Definition

Schema of the Data property of an EventGridEvent for a device life cycle event (DeviceCreated, DeviceDeleted).

public class DeviceLifeCycleEventProperties
type DeviceLifeCycleEventProperties = class
Public Class DeviceLifeCycleEventProperties
Inheritance
DeviceLifeCycleEventProperties
Derived

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

HubName

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

Twin

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

Applies to