次の方法で共有


DeviceStatus 列挙型

定義

DeviceStatus の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum DeviceStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type DeviceStatus = 
Public Enum DeviceStatus
継承
DeviceStatus
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Creating 6
Deactivated 3
Deactivating 8
Deleted 9
MaintenanceMode 5
Offline 2
Online 1
Provisioning 7
ReadyToSetup 10
RequiresAttention 4
Unknown 0

適用対象