다음을 통해 공유


Device interface

디바이스 메타데이터.

속성

deploymentStatus

마지막 배포에서 디바이스의 상태입니다.

deviceClassId

디바이스 클래스 ID입니다.

deviceId

디바이스 ID입니다.

groupId

디바이스 그룹 ID입니다.

installedUpdateId

ID를 업데이트합니다.

lastAttemptedUpdateId

ID를 업데이트합니다.

lastDeploymentId

디바이스에 대한 마지막 배포에 대한 배포 식별자

manufacturer

디바이스 제조업체.

model

장치 모델.

onLatestUpdate

디바이스에 최신 업데이트가 설치되어 있는지 여부를 나타내는 부울 플래그

속성 세부 정보

deploymentStatus

마지막 배포에서 디바이스의 상태입니다.

deploymentStatus?: string

속성 값

string

deviceClassId

디바이스 클래스 ID입니다.

deviceClassId: string

속성 값

string

deviceId

디바이스 ID입니다.

deviceId: string

속성 값

string

groupId

디바이스 그룹 ID입니다.

groupId?: string

속성 값

string

installedUpdateId

ID를 업데이트합니다.

installedUpdateId?: null | UpdateId

속성 값

null | UpdateId

lastAttemptedUpdateId

ID를 업데이트합니다.

lastAttemptedUpdateId?: null | UpdateId

속성 값

null | UpdateId

lastDeploymentId

디바이스에 대한 마지막 배포에 대한 배포 식별자

lastDeploymentId?: string

속성 값

string

manufacturer

디바이스 제조업체.

manufacturer: string

속성 값

string

model

장치 모델.

model: string

속성 값

string

onLatestUpdate

디바이스에 최신 업데이트가 설치되어 있는지 여부를 나타내는 부울 플래그

onLatestUpdate: boolean

속성 값

boolean