DeploymentDeviceState interface
Deployment device status.
Properties
device |
Device identity. |
device |
Deployment device state. |
moved |
Boolean flag indicating whether this device is in a newer deployment and can no longer retry this deployment. |
retry |
The number of times this deployment has been retried on this device. |
Property Details
deviceId
Device identity.
deviceId: string
Property Value
string
deviceState
Deployment device state.
deviceState: string
Property Value
string
movedOnToNewDeployment
Boolean flag indicating whether this device is in a newer deployment and can no longer retry this deployment.
movedOnToNewDeployment: boolean
Property Value
boolean
retryCount
The number of times this deployment has been retried on this device.
retryCount: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript