ExportImportDevice.PropertyContainer.DesiredProperties プロパティ

定義

目的のプロパティ キーと値のペアのコレクション。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="desired")]
public Microsoft.Azure.Devices.Shared.TwinCollection DesiredProperties { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="desired")]
public Microsoft.Azure.Devices.ClientTwinProperties DesiredProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="desired")>]
member this.DesiredProperties : Microsoft.Azure.Devices.Shared.TwinCollection with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="desired")>]
member this.DesiredProperties : Microsoft.Azure.Devices.ClientTwinProperties with get, set
Public Property DesiredProperties As TwinCollection
Public Property DesiredProperties As ClientTwinProperties

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

キーは UTF-8 でエンコードされ、大文字と小文字が区別され、最大 1 KB の長さです。 使用できる文字は、UNICODE 制御文字 (セグメント C0 および C1)、'.'、'$'、およびスペースを除外します。 必要な値は JSON オブジェクトで、最大 4 KB の長さです。

適用対象