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

Twin.DeviceScope 属性

定义

设备的范围。 边缘设备自动生成且不可变,在叶设备中可修改以创建子/父关系。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)]
public string DeviceScope { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)>]
member this.DeviceScope : string
Public ReadOnly Property DeviceScope As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

有关详细信息,请参阅 https://docs.microsoft.com/azure/iot-edge/iot-edge-as-gateway?view=iotedge-2020-11#parent-and-child-relationships

适用于