Поделиться через


EventGridModelFactory.IotHubDeviceTelemetryEventData Метод

Определение

Инициализирует новый экземпляр IotHubDeviceTelemetryEventData.

public static Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceTelemetryEventData IotHubDeviceTelemetryEventData (object body = default, System.Collections.Generic.IReadOnlyDictionary<string,string> properties = default, System.Collections.Generic.IReadOnlyDictionary<string,string> systemProperties = default);
static member IotHubDeviceTelemetryEventData : obj * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceTelemetryEventData
Public Shared Function IotHubDeviceTelemetryEventData (Optional body As Object = Nothing, Optional properties As IReadOnlyDictionary(Of String, String) = Nothing, Optional systemProperties As IReadOnlyDictionary(Of String, String) = Nothing) As IotHubDeviceTelemetryEventData

Параметры

body
Object

Содержимое сообщения от устройства.

properties
IReadOnlyDictionary<String,String>

Свойства приложения — это определяемые пользователем строки, которые можно добавить в сообщение. Эти поля необязательные.

systemProperties
IReadOnlyDictionary<String,String>

Системные свойства помогают определить содержимое и источник сообщений.

Возвращаемое значение

Новый IotHubDeviceTelemetryEventData экземпляр для макетирования.

Применяется к