windowsMobileMSI 资源类型

命名空间:microsoft.graph

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

包含 Windows Mobile MSI 业务线应用的属性和继承的属性。

继承自 mobileLobApp

方法

方法 返回类型 说明
List windowsMobileMSIs windowsMobileMSI 集合 列出 windowsMobileMSI 对象的属性和关系。
Get windowsMobileMSI windowsMobileMSI 读取 windowsMobileMSI 对象的属性和关系。
Create windowsMobileMSI windowsMobileMSI 创建新的 windowsMobileMSI 对象。
Delete windowsMobileMSI 删除 windowsMobileMSI
Update windowsMobileMSI windowsMobileMSI 更新 windowsMobileMSI 对象的属性。

属性

属性 类型 说明
id String 实体的键。 继承自 mobileApp
displayName String 管理员提供或导入的应用标题。 继承自 mobileApp
description String 应用的说明。 继承自 mobileApp
publisher String 应用的发布者。 继承自 mobileApp
largeIcon mimeContent 要显示在应用详细信息中并用于图标上传的大图标。 继承自 mobileApp
createdDateTime DateTimeOffset 创建应用的日期和时间。 继承自 mobileApp
lastModifiedDateTime DateTimeOffset 上次修改应用的日期和时间。 继承自 mobileApp
isFeatured Boolean 指示应用是否被管理员标记为特色的值。继承自 mobileApp
privacyInformationUrl String 隐私声明 URL。 继承自 mobileApp
informationUrl String 详细信息 URL。 继承自 mobileApp
owner String 应用的所有者。 继承自 mobileApp
developer String 应用的开发者。 继承自 mobileApp
notes String 应用的备注。 继承自 mobileApp
publishingState mobileAppPublishingState 应用的发布状态。 除非应用已发布,否则无法分配应用。 继承自 mobileApp。 可取值为:notPublishedprocessingpublished
committedContentVersion String 内部提交的内容版本。 继承自 mobileLobApp
fileName String 主 Lob 应用程序文件的名称。 继承自 mobileLobApp
size Int64 总大小,包括所有已上传文件。 继承自 mobileLobApp
commandLine String 命令行。
productCode String 产品代码。
productVersion String Windows Mobile MSI 业务线 (LoB) 应用的产品版本。
ignoreVersionDetection Boolean 控制应用的版本是否将用于检测安装在设备上的应用的布尔值。 对于使用自更新功能的 Windows Mobile MSI 业务线 (LoB) 应用,将此值设置为 true。

关系

关系 类型 说明
categories mobileAppCategory 集合 此应用的类别列表。 继承自 mobileApp
assignments mobileAppAssignment 集合 此移动应用的组分配的列表。 继承自 mobileApp
contentVersions mobileAppContent 集合 此应用的内容版本列表。 继承自 mobileLobApp

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.windowsMobileMSI",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "publisher": "String",
  "largeIcon": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "isFeatured": true,
  "privacyInformationUrl": "String",
  "informationUrl": "String",
  "owner": "String",
  "developer": "String",
  "notes": "String",
  "publishingState": "String",
  "committedContentVersion": "String",
  "fileName": "String",
  "size": 1024,
  "commandLine": "String",
  "productCode": "String",
  "productVersion": "String",
  "ignoreVersionDetection": true
}