| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IotHubDeviceTelemetryEventData
Event data for Microsoft.Devices.DeviceTelemetry event.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceTelemetryEventProperties |
DeviceTelemetryEventProperties.withBody(Object body)
Set the content of the message from the device.
|
DeviceTelemetryEventProperties |
DeviceTelemetryEventProperties.withProperties(Map<String,String> properties)
Set application properties are user-defined strings that can be added to the message.
|
DeviceTelemetryEventProperties |
DeviceTelemetryEventProperties.withSystemProperties(Map<String,String> systemProperties)
Set system properties help identify contents and source of the messages.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/