Uses of Class
com.microsoft.azure.eventgrid.models.DeviceConnectionStateEventInfo
-
Packages that use DeviceConnectionStateEventInfo Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of DeviceConnectionStateEventInfo in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return DeviceConnectionStateEventInfo Modifier and Type Method Description DeviceConnectionStateEventInfoDeviceConnectionStateEventProperties. deviceConnectionStateEventInfo()Get information about the device connection state event.DeviceConnectionStateEventInfoDeviceConnectionStateEventInfo. withSequenceNumber(String sequenceNumber)Set sequence number is string representation of a hexadecimal number.Methods in com.microsoft.azure.eventgrid.models with parameters of type DeviceConnectionStateEventInfo Modifier and Type Method Description DeviceConnectionStateEventPropertiesDeviceConnectionStateEventProperties. withDeviceConnectionStateEventInfo(DeviceConnectionStateEventInfo deviceConnectionStateEventInfo)Set information about the device connection state event.
-