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