你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeviceTelemetryEventProperties 构造函数

定义

重载

DeviceTelemetryEventProperties()
DeviceTelemetryEventProperties(Object, IDictionary<String,String>, IDictionary<String,String>)

DeviceTelemetryEventProperties()

Source:
DeviceTelemetryEventProperties.cs
public DeviceTelemetryEventProperties ();
Public Sub New ()

适用于

DeviceTelemetryEventProperties(Object, IDictionary<String,String>, IDictionary<String,String>)

Source:
DeviceTelemetryEventProperties.cs
public DeviceTelemetryEventProperties (object body = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> systemProperties = default);
new Microsoft.Azure.EventGrid.Models.DeviceTelemetryEventProperties : obj * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.EventGrid.Models.DeviceTelemetryEventProperties
Public Sub New (Optional body As Object = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional systemProperties As IDictionary(Of String, String) = Nothing)

参数

body
Object
properties
IDictionary<String,String>
systemProperties
IDictionary<String,String>

适用于