Uses of Class
com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoProperties
Packages that use DeviceTwinInfoProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of DeviceTwinInfoProperties in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return DeviceTwinInfoPropertiesModifier and TypeMethodDescriptionDeviceTwinInfo.getProperties()Get the properties property: Properties JSON element.DeviceTwinInfoProperties.setDesired(DeviceTwinProperties desired) Set the desired property: A portion of the properties that can be written only by the application back-end, and read by the device.DeviceTwinInfoProperties.setReported(DeviceTwinProperties reported) Set the reported property: A portion of the properties that can be written only by the device, and read by the application back-end.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type DeviceTwinInfoPropertiesModifier and TypeMethodDescriptionDeviceTwinInfo.setProperties(DeviceTwinInfoProperties properties) Set the properties property: Properties JSON element.