DeviceState type
Defines values for DeviceState.
KnownDeviceState can be used interchangeably with DeviceState,
this enum contains the known values that the service supports.
Known values supported by the service
NotSpecified: The edge device state is not specified.
Connected: The edge device state is in connected state.
Disconnected: The edge device state is in disconnected state.
Repairing: The edge device state is in repairing state.
Draining: The edge device state is in draining state.
InMaintenance: The edge device state is in maintenance state.
Resuming: The edge device state is in resuming state.
Processing: The edge device state is in processing state.
type DeviceState = string