Partager via


FeedbackRecord.DeviceGenerationId Propriété

Définition

ID de génération d’appareil de l’appareil cible du message cloud-à-appareil auquel ce commentaire est lié.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

DeviceGenerationId est une chaîne de hub IoT qui respecte la casse. Cette valeur est utilisée pour distinguer les appareils avec le même ID d’appareil lorsqu’ils ont été supprimés et recréés.

S’applique à