DeviceTelemetryEventProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeviceTelemetryEventProperties() | |
DeviceTelemetryEventProperties(Object, IDictionary<String,String>, IDictionary<String,String>) |
DeviceTelemetryEventProperties()
public DeviceTelemetryEventProperties ();
Public Sub New ()
Applies to
DeviceTelemetryEventProperties(Object, IDictionary<String,String>, IDictionary<String,String>)
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>