windowsPackageInformation 资源类型

命名空间:microsoft.graph

重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

包含 Windows 业务线应用的包信息的属性。 用作 windowsPhone81AppXBundle 对象中的属性,该对象也被弃用。 此复杂类型将于 2023 年 2 月弃用。

属性

属性 类型 说明
applicableArchitecture windowsArchitecture 此应用可以运行的 Windows 体系结构。 可能的值包括 nonex86x64armneutralarm64
displayName String 显示名称。
identityName String 标识名称。
identityPublisher String 标识发布者。
identityResourceIdentifier String 标识资源标识符。
identityVersion String 标识版本。
minimumSupportedOperatingSystem windowsMinimumOperatingSystem 最低适用操作系统的值。

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.windowsPackageInformation",
  "applicableArchitecture": "String",
  "displayName": "String",
  "identityName": "String",
  "identityPublisher": "String",
  "identityResourceIdentifier": "String",
  "identityVersion": "String",
  "minimumSupportedOperatingSystem": {
    "@odata.type": "microsoft.graph.windowsMinimumOperatingSystem",
    "v8_0": true,
    "v8_1": true,
    "v10_0": true,
    "v10_1607": true,
    "v10_1703": true,
    "v10_1709": true,
    "v10_1803": true,
    "v10_1809": true,
    "v10_1903": true,
    "v10_1909": true,
    "v10_2004": true,
    "v10_2H20": true,
    "v10_21H1": true
  }
}