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

適用対象