次の方法で共有


DeviceTelemetryEventProperties コンストラクター

定義

オーバーロード

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

DeviceTelemetryEventProperties()

ソース:
DeviceTelemetryEventProperties.cs
public DeviceTelemetryEventProperties();
Public Sub New ()

適用対象

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

ソース:
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>

適用対象