DeploymentStatus interface
部署狀態元數據。
屬性
| deployment |
取得或設定部署的狀態。 |
| devices |
取得或設定已取消部署的裝置數目。 |
| devices |
取得或設定已完成部署且失敗的裝置數目。 |
| devices |
取得或設定已成功完成部署的裝置數目。 |
| devices |
取得或設定部署中不相容的裝置數目。 |
| devices |
取得或設定目前在部署中的裝置數目。 |
| total |
取得或設定部署中的裝置總數。 |
屬性詳細資料
deploymentState
取得或設定部署的狀態。
deploymentState: string
屬性值
string
devicesCanceledCount
取得或設定已取消部署的裝置數目。
devicesCanceledCount?: number
屬性值
number
devicesCompletedFailedCount
取得或設定已完成部署且失敗的裝置數目。
devicesCompletedFailedCount?: number
屬性值
number
devicesCompletedSucceededCount
取得或設定已成功完成部署的裝置數目。
devicesCompletedSucceededCount?: number
屬性值
number
devicesIncompatibleCount
取得或設定部署中不相容的裝置數目。
devicesIncompatibleCount?: number
屬性值
number
devicesInProgressCount
取得或設定目前在部署中的裝置數目。
devicesInProgressCount?: number
屬性值
number
totalDevices
取得或設定部署中的裝置總數。
totalDevices?: number
屬性值
number