Uses of Class
com.microsoft.azure.eventgrid.models.DeviceTwinInfoProperties
-
Packages that use DeviceTwinInfoProperties Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of DeviceTwinInfoProperties in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return DeviceTwinInfoProperties Modifier and Type Method Description DeviceTwinInfoPropertiesDeviceTwinInfo. properties()Get properties JSON element.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.Methods in com.microsoft.azure.eventgrid.models with parameters of type DeviceTwinInfoProperties Modifier and Type Method Description DeviceTwinInfoDeviceTwinInfo. withProperties(DeviceTwinInfoProperties properties)Set properties JSON element.
-