deviceInstallState 资源类型
命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
包含某个设备的安装状态的属性。
方法
方法 | 返回类型 | 说明 |
---|---|---|
列出 deviceInstallStates | deviceInstallState 集合 | 列出 deviceInstallState 对象的属性和关系。 |
获取 deviceInstallState | deviceInstallState | 读取 deviceInstallState 对象的属性和关系。 |
创建 deviceInstallState | deviceInstallState | 创建新的 deviceInstallState 对象。 |
删除 deviceInstallState | 无 | 删除 deviceInstallState。 |
更新 deviceInstallState | deviceInstallState | 更新 deviceInstallState 对象的属性。 |
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 实体的键。 |
deviceName | String | 设备名称。 |
deviceId | String | 设备 ID。 |
lastSyncDateTime | DateTimeOffset | 上次同步日期和时间。 |
installState | installState | 电子图书的安装状态。 可取值为:notApplicable 、installed 、failed 、notInstalled 、uninstallFailed 、unknown 。 |
errorCode | String | 安装失败的错误代码。 |
osVersion | String | 操作系统版本。 |
osDescription | String | 操作系统说明。 |
userName | String | 设备用户名。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceInstallState",
"id": "String (identifier)",
"deviceName": "String",
"deviceId": "String",
"lastSyncDateTime": "String (timestamp)",
"installState": "String",
"errorCode": "String",
"osVersion": "String",
"osDescription": "String",
"userName": "String"
}