operatingSystemSpecifications 资源类型

命名空间:microsoft.graph

包含作系统的平台和版本详细信息。

属性

属性 类型 说明
operatingSystemPlatform String 作系统的平台 (例如“Windows”) 。
operatingSystemVersion String 作系统的版本字符串。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.operatingSystemSpecifications",
  "operatingSystemPlatform": "String",
  "operatingSystemVersion": "String"
}