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 action なし 特定のアプリのファイルをコミットします。
renewUpload action なし アプリケーション ファイルのアップロード用の 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 現在のアップロード要求の状態。 可能な値は、successtransientErrorerrorunknownazureStorageUriRequestSuccessazureStorageUriRequestPendingazureStorageUriRequestFailedazureStorageUriRequestTimedOutazureStorageUriRenewalSuccessazureStorageUriRenewalPendingazureStorageUriRenewalFailedazureStorageUriRenewalTimedOutcommitFileSuccesscommitFilePendingcommitFileFailedcommitFileTimedOut です。

リレーションシップ

なし

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"
}