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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript