Uses of Class
com.azure.messaging.eventgrid.systemevents.DeviceTwinProperties
Packages that use DeviceTwinProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of DeviceTwinProperties in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return DeviceTwinPropertiesModifier and TypeMethodDescriptionDeviceTwinInfoProperties.getDesired()Get the desired property: A portion of the properties that can be written only by the application back-end, and read by the device.DeviceTwinInfoProperties.getReported()Get the reported property: A portion of the properties that can be written only by the device, and read by the application back-end.DeviceTwinProperties.setMetadata(DeviceTwinMetadata metadata) Set the metadata property: Metadata information for the properties JSON document.DeviceTwinProperties.setVersion(Float version) Set the version property: Version of device twin properties.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type DeviceTwinPropertiesModifier and TypeMethodDescriptionDeviceTwinInfoProperties.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.