androidDeviceOwnerSystemUpdateFreezePeriod 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
表示 Android 设备所有者系统更新冻结时段列表中的一项
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| startMonth | Int32 | 冻结期开始日期的月份。 有效值为 1 到 12 |
| startDay | Int32 | 冻结期开始日期的日期。 有效值为 1 到 31 |
| endMonth | Int32 | 冻结期结束日期的月份。 有效值为 1 到 12 |
| endDay | Int32 | 冻结期结束日期的日期。 有效值为 1 到 31 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.androidDeviceOwnerSystemUpdateFreezePeriod",
"startMonth": 1024,
"startDay": 1024,
"endMonth": 1024,
"endDay": 1024
}
反馈
提交和查看相关反馈