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

Twin.ParentScopes 属性

定义

上层边缘设备的范围(如果适用)。 仅适用于边缘设备。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public virtual System.Collections.Generic.IReadOnlyList<string> ParentScopes { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ParentScopes : System.Collections.Generic.IReadOnlyList<string>
Public Overridable ReadOnly Property ParentScopes As IReadOnlyList(Of String)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

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

适用于