Twin.Status プロパティ

定義

対応するデバイスの状態を取得します。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)]
public Microsoft.Azure.Devices.DeviceStatus? Status { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)>]
member this.Status : Nullable<Microsoft.Azure.Devices.DeviceStatus>
Public ReadOnly Property Status As Nullable(Of DeviceStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象