次の方法で共有


ExportImportDevice.Status プロパティ

定義

デバイスまたはモジュールの状態。

[Newtonsoft.Json.JsonProperty(PropertyName="status", Required=Newtonsoft.Json.Required.Always)]
public Microsoft.Azure.Devices.DeviceStatus Status { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="status", Required=Newtonsoft.Json.Required.Always)]
public Microsoft.Azure.Devices.ClientStatus Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status", Required=Newtonsoft.Json.Required.Always)>]
member this.Status : Microsoft.Azure.Devices.DeviceStatus with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="status", Required=Newtonsoft.Json.Required.Always)>]
member this.Status : Microsoft.Azure.Devices.ClientStatus with get, set
Public Property Status As DeviceStatus
Public Property Status As ClientStatus

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

無効にした場合、サービスに接続できません。

適用対象