Uses of Class
com.microsoft.azure.eventgrid.models.DeviceTwinProperties
-
Packages that use DeviceTwinProperties Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of DeviceTwinProperties in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return DeviceTwinProperties Modifier and Type Method Description DeviceTwinPropertiesDeviceTwinInfoProperties. desired()Get a portion of the properties that can be written only by the application back-end, and read by the device.DeviceTwinPropertiesDeviceTwinInfoProperties. reported()Get a portion of the properties that can be written only by the device, and read by the application back-end.DeviceTwinPropertiesDeviceTwinProperties. withMetadata(DeviceTwinMetadata metadata)Set metadata information for the properties JSON document.DeviceTwinPropertiesDeviceTwinProperties. withVersion(Double version)Set version of device twin properties.Methods in com.microsoft.azure.eventgrid.models with parameters of type DeviceTwinProperties Modifier and Type Method Description DeviceTwinInfoPropertiesDeviceTwinInfoProperties. withDesired(DeviceTwinProperties desired)Set a portion of the properties that can be written only by the application back-end, and read by the device.DeviceTwinInfoPropertiesDeviceTwinInfoProperties. withReported(DeviceTwinProperties reported)Set a portion of the properties that can be written only by the device, and read by the application back-end.
-