你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Device.GenerationId 属性

定义

设备的代号。

[Newtonsoft.Json.JsonProperty(PropertyName="generationId")]
public string GenerationId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="generationId")>]
member this.GenerationId : string
Public ReadOnly Property GenerationId As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

在删除并重新创建设备时,此值用于区分具有相同 deviceId的设备。

适用于