次の方法で共有


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

フィールド

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

適用対象