DeviceDeploymentState type

Defines values for DeviceDeploymentState.
KnownDeviceDeploymentState can be used interchangeably with DeviceDeploymentState, this enum contains the known values that the service supports.

Know values supported by the service

Succeeded: Deployment has completed with success.
InProgress: Deployment is in progress.
Failed: Deployment has completed with failure.
Canceled: Deployment was canceled.
Incompatible: Deployment is not compatible with the device.

type DeviceDeploymentState = string