ExportImportDevice.DeviceScope プロパティ

定義

デバイスのスコープ。 エッジ デバイスの場合、これは自動生成され、不変です。 リーフ デバイスの場合は、子/親リレーションシップを作成するように設定します。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Include, PropertyName="deviceScope")]
public string DeviceScope { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Include, PropertyName="deviceScope")>]
member this.DeviceScope : string with get, set
Public 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」を参照してください。

適用対象