Uses of Class
com.azure.messaging.eventgrid.systemevents.IotHubDeviceDisconnectedEventData
Packages that use IotHubDeviceDisconnectedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of IotHubDeviceDisconnectedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return IotHubDeviceDisconnectedEventDataModifier and TypeMethodDescriptionIotHubDeviceDisconnectedEventData.setDeviceConnectionStateEventInfo(DeviceConnectionStateEventInfo deviceConnectionStateEventInfo) Set the deviceConnectionStateEventInfo property: Information about the device connection state event.IotHubDeviceDisconnectedEventData.setDeviceId(String deviceId) Set the deviceId property: The unique identifier of the device.IotHubDeviceDisconnectedEventData.setHubName(String hubName) Set the hubName property: Name of the IoT Hub where the device was created or deleted.IotHubDeviceDisconnectedEventData.setModuleId(String moduleId) Set the moduleId property: The unique identifier of the module.