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