Device.ParentScopes プロパティ

定義

該当する場合は、上位レベルのエッジ デバイスのスコープ。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

エッジ デバイスの場合、親エッジ デバイスを設定する値は、親エッジ デバイスのスコープ プロパティから取得できます。

リーフ デバイスの場合、これはスコープと同じ値に設定することも、サービスをコピーするために残しておく場合もあります。

現時点では、このリストに含めることができる要素はコレクション内に 1 つだけです。

詳細については、「https://docs.microsoft.com/azure/iot-edge/iot-edge-as-gateway?view=iotedge-2020-11#parent-and-child-relationships」を参照してください。

適用対象