Bagikan melalui


DeviceTelemetryEventProperties Constructors

Definition

Overloads

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

DeviceTelemetryEventProperties()

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

Applies to

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)

Parameters

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

Applies to