DeviceTelemetryEventProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DeviceTelemetryEventProperties() | |
DeviceTelemetryEventProperties(Object, IDictionary<String,String>, IDictionary<String,String>) |
DeviceTelemetryEventProperties()
public DeviceTelemetryEventProperties();
Public Sub New ()
適用対象
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)
パラメーター
- body
- Object
- properties
- IDictionary<String,String>
- systemProperties
- IDictionary<String,String>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET