Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownDeviceDeploymentState

Package version

Known values of DeviceDeploymentState that the service accepts.

Index

Enumeration members

Canceled

Canceled: = "Canceled"

Deployment was canceled.

Failed

Failed: = "Failed"

Deployment has completed with failure.

InProgress

InProgress: = "InProgress"

Deployment is in progress.

Incompatible

Incompatible: = "Incompatible"

Deployment is not compatible with the device.

Succeeded

Succeeded: = "Succeeded"

Deployment has completed with success.

Generated using TypeDoc