Uses of Class
com.azure.messaging.eventgrid.systemevents.IotHubDeviceDeletedEventData
Packages that use IotHubDeviceDeletedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of IotHubDeviceDeletedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return IotHubDeviceDeletedEventDataModifier and TypeMethodDescriptionIotHubDeviceDeletedEventData.setDeviceId(String deviceId) Set the deviceId property: The unique identifier of the device.IotHubDeviceDeletedEventData.setHubName(String hubName) Set the hubName property: Name of the IoT Hub where the device was created or deleted.IotHubDeviceDeletedEventData.setTwin(DeviceTwinInfo twin) Set the twin property: Information about the device twin, which is the cloud representation of application device metadata.