FeedbackRecord.DeviceGenerationId プロパティ

定義

このフィードバックが関連するクラウドからデバイスへのメッセージのターゲット デバイスのデバイス生成 ID。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="deviceGenerationId")]
public string DeviceGenerationId { get; set; }
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="deviceGenerationId")]
public string DeviceGenerationId { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="deviceGenerationId")>]
member this.DeviceGenerationId : string with get, set
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="deviceGenerationId")>]
member this.DeviceGenerationId : string
Public Property DeviceGenerationId As String
Public ReadOnly Property DeviceGenerationId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

DeviceGenerationId は、IoT ハブで生成される大文字と小文字を区別する文字列です。 この値は、削除されて再作成されたときに、同じデバイス ID を持つデバイスを区別するために使用されます。

適用対象