Uses of Class
com.microsoft.azure.eventgrid.models.DeviceTelemetryEventProperties
-
Packages that use DeviceTelemetryEventProperties Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of DeviceTelemetryEventProperties in com.microsoft.azure.eventgrid.models
Subclasses of DeviceTelemetryEventProperties in com.microsoft.azure.eventgrid.models Modifier and Type Class Description classIotHubDeviceTelemetryEventDataEvent data for Microsoft.Devices.DeviceTelemetry event.Methods in com.microsoft.azure.eventgrid.models that return DeviceTelemetryEventProperties Modifier and Type Method Description DeviceTelemetryEventPropertiesDeviceTelemetryEventProperties. withBody(Object body)Set the content of the message from the device.DeviceTelemetryEventPropertiesDeviceTelemetryEventProperties. withProperties(Map<String,String> properties)Set application properties are user-defined strings that can be added to the message.DeviceTelemetryEventPropertiesDeviceTelemetryEventProperties. withSystemProperties(Map<String,String> systemProperties)Set system properties help identify contents and source of the messages.
-