Uses of Class
com.azure.messaging.eventgrid.systemevents.DeviceConnectionStateEventInfo
Packages that use DeviceConnectionStateEventInfo
Package
Description
Package containing the data models for SystemEvents.
-
Uses of DeviceConnectionStateEventInfo in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return DeviceConnectionStateEventInfoModifier and TypeMethodDescriptionDeviceConnectionStateEventInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeviceConnectionStateEventInfo from the JsonReader.DeviceConnectionStateEventProperties.getDeviceConnectionStateEventInfo()Get the deviceConnectionStateEventInfo property: Information about the device connection state event.Constructors in com.azure.messaging.eventgrid.systemevents with parameters of type DeviceConnectionStateEventInfoModifierConstructorDescriptionprotectedDeviceConnectionStateEventProperties(String deviceId, String hubName, DeviceConnectionStateEventInfo deviceConnectionStateEventInfo) Creates an instance of DeviceConnectionStateEventProperties class.