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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for JavaScript