windowsMobileMSI 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 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
uploadState Int32 上传状态。 可能的值为:0 - Not Ready、1 - Ready、2 - Processing。 此属性是只读的。 继承自 mobileApp
publishingState mobileAppPublishingState 应用的发布状态。 除非应用已发布,否则无法分配应用。 此属性是只读的。 继承自 mobileApp。 可取值为:notPublishedprocessingpublished
isAssigned 布尔值 指示应用是否至少分配给一个组的值。 此属性是只读的。 继承自 mobileApp
roleScopeTagIds 字符串集合 此移动应用的范围标记 ID 列表。 继承自 mobileApp
dependentAppCount Int32 子应用具有的依赖项总数。 此属性是只读的。 继承自 mobileApp
supersedingAppCount Int32 此应用直接或间接取代的应用总数。 此属性是只读的。 继承自 mobileApp
supersedAppCount Int32 此应用直接或间接取代的应用总数。 此属性是只读的。 继承自 mobileApp
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。
identityVersion String 标识版本。
useDeviceContext 布尔值 指示是否在设备上下文中安装双模式 MSI。 如果为 true,将为所有用户安装应用。 如果为 false,则应用将按用户安装。 如果为 null,服务将使用 MSI 包的默认安装上下文。 对于双模式 MSI,此默认值将为每个用户。 无法为非双模式应用设置。 初始创建应用程序后无法更改。

关系

关系 类型 说明
categories mobileAppCategory 集合 此应用的类别列表。 继承自 mobileApp
assignments mobileAppAssignment 集合 此移动应用的组分配的列表。 继承自 mobileApp
关系 mobileAppRelationship 集合 此应用的一组直接关系。 继承自 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",
  "uploadState": 1024,
  "publishingState": "String",
  "isAssigned": true,
  "roleScopeTagIds": [
    "String"
  ],
  "dependentAppCount": 1024,
  "supersedingAppCount": 1024,
  "supersededAppCount": 1024,
  "committedContentVersion": "String",
  "fileName": "String",
  "size": 1024,
  "commandLine": "String",
  "productCode": "String",
  "productVersion": "String",
  "ignoreVersionDetection": true,
  "identityVersion": "String",
  "useDeviceContext": true
}