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」を参照してください。

適用対象