Uses of Class
com.azure.messaging.eventgrid.systemevents.DeviceLifeCycleEventProperties
Packages that use DeviceLifeCycleEventProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of DeviceLifeCycleEventProperties in com.azure.messaging.eventgrid.systemevents
Subclasses of DeviceLifeCycleEventProperties in com.azure.messaging.eventgrid.systemeventsModifier and TypeClassDescriptionfinal classEvent data for Microsoft.Devices.DeviceCreated event.final classEvent data for Microsoft.Devices.DeviceDeleted event.Methods in com.azure.messaging.eventgrid.systemevents that return DeviceLifeCycleEventPropertiesModifier and TypeMethodDescriptionDeviceLifeCycleEventProperties.setDeviceId(String deviceId) Set the deviceId property: The unique identifier of the device.DeviceLifeCycleEventProperties.setHubName(String hubName) Set the hubName property: Name of the IoT Hub where the device was created or deleted.DeviceLifeCycleEventProperties.setTwin(DeviceTwinInfo twin) Set the twin property: Information about the device twin, which is the cloud representation of application device metadata.