Device.ConnectionState プロパティ

定義

デバイスの接続状態。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="connectionState")]
public Microsoft.Azure.Devices.DeviceConnectionState ConnectionState { get; }
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="connectionState")]
public Microsoft.Azure.Devices.ClientConnectionState ConnectionState { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="connectionState")>]
member this.ConnectionState : Microsoft.Azure.Devices.DeviceConnectionState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="connectionState")>]
member this.ConnectionState : Microsoft.Azure.Devices.ClientConnectionState
Public ReadOnly Property ConnectionState As DeviceConnectionState
Public ReadOnly Property ConnectionState As ClientConnectionState

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象