DeviceStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for 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
- Inheritance
-
DeviceStatus
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Online | 1 | |
Offline | 2 | |
Deactivated | 3 | |
RequiresAttention | 4 | |
MaintenanceMode | 5 | |
Creating | 6 | |
Provisioning | 7 | |
Deactivating | 8 | |
Deleted | 9 | |
ReadyToSetup | 10 |