DeploymentStatus interface
Deployment status metadata.
Properties
deployment |
Gets or sets the state of the deployment. |
devices |
Gets or sets the number of devices which have had their deployment canceled. |
devices |
Gets or sets the number of devices that have completed deployment with a failure. |
devices |
Gets or sets the number of devices which have successfully completed deployment. |
devices |
Gets or sets the number of incompatible devices in the deployment. |
devices |
Gets or sets the number of devices that are currently in deployment. |
total |
Gets or sets the total number of devices in the deployment. |
Property Details
deploymentState
Gets or sets the state of the deployment.
deploymentState: string
Property Value
string
devicesCanceledCount
Gets or sets the number of devices which have had their deployment canceled.
devicesCanceledCount?: number
Property Value
number
devicesCompletedFailedCount
Gets or sets the number of devices that have completed deployment with a failure.
devicesCompletedFailedCount?: number
Property Value
number
devicesCompletedSucceededCount
Gets or sets the number of devices which have successfully completed deployment.
devicesCompletedSucceededCount?: number
Property Value
number
devicesIncompatibleCount
Gets or sets the number of incompatible devices in the deployment.
devicesIncompatibleCount?: number
Property Value
number
devicesInProgressCount
Gets or sets the number of devices that are currently in deployment.
devicesInProgressCount?: number
Property Value
number
totalDevices
Gets or sets the total number of devices in the deployment.
totalDevices?: number
Property Value
number
Azure SDK for JavaScript