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.
public enum DeviceStatus
type DeviceStatus =
Public Enum DeviceStatus
- Inheritance
-
DeviceStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Online | 1 | |
Offline | 2 | |
Decommissioned | 3 | |
RequiresAttention | 4 | |
MaintenanceMode | 5 | |
Creating | 6 | |
Provisioning | 7 | |
Decommissioning | 8 |