FeedbackRecord.DeviceGenerationId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET