mobileAppContentFile 资源类型
命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
包含与给定 mobileAppContent 版本关联的单个安装程序文件的属性。
方法
方法 | 返回类型 | 说明 |
---|---|---|
List mobileAppContentFiles | mobileAppContentFile 集合 | 列出 mobileAppContentFile 对象的属性和关系。 |
Get mobileAppContentFile | mobileAppContentFile | 读取 mobileAppContentFile 对象的属性和关系。 |
Create mobileAppContentFile | mobileAppContentFile | 创建新的 mobileAppContentFile 对象。 |
Delete mobileAppContentFile | 无 | 删除 mobileAppContentFile。 |
Update mobileAppContentFile | mobileAppContentFile | 更新 mobileAppContentFile 对象的属性。 |
commit 操作 | 无 | 提交给定应用的文件。 |
renewUpload 操作 | 无 | 续订应用程序文件上传的 SAS URI。 |
属性
属性 | 类型 | 说明 |
---|---|---|
azureStorageUri | String | Azure 存储 URI。 |
isCommitted | Boolean | 指示文件是否已提交的值。 |
id | String | 文件 ID。 |
createdDateTime | DateTimeOffset | 创建文件的时间。 |
name | String | 文件名称。 |
size | Int64 | 加密前的文件大小。 |
sizeEncrypted | Int64 | 加密后的文件大小。 |
azureStorageUriExpirationDateTime | DateTimeOffset | Azure 存储 URI 的到期时间。 |
manifest | Binary | 清单信息。 |
uploadState | mobileAppContentFileUploadState | 当前上传请求的状态。 可取值为:success 、transientError 、error 、unknown 、azureStorageUriRequestSuccess 、azureStorageUriRequestPending 、azureStorageUriRequestFailed 、azureStorageUriRequestTimedOut 、azureStorageUriRenewalSuccess 、azureStorageUriRenewalPending 、azureStorageUriRenewalFailed 、azureStorageUriRenewalTimedOut 、commitFileSuccess 、commitFilePending 、commitFileFailed 、commitFileTimedOut 。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.mobileAppContentFile",
"azureStorageUri": "String",
"isCommitted": true,
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"name": "String",
"size": 1024,
"sizeEncrypted": 1024,
"azureStorageUriExpirationDateTime": "String (timestamp)",
"manifest": "binary",
"uploadState": "String"
}