mobileAppInstallStatus リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイスのモバイル アプリのインストール状態のプロパティが含まれます。 これは 2023 年 5 月に非推奨となる予定です
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
mobileAppInstallStatuses を一覧表示する | mobileAppInstallStatus コレクション | mobileAppInstallStatus オブジェクトのプロパティとリレーションシップを一覧表示します。 |
mobileAppInstallStatus を取得する | mobileAppInstallStatus | mobileAppInstallStatus オブジェクトのプロパティとリレーションシップを読み取ります。 |
mobileAppInstallStatus を作成する | mobileAppInstallStatus | 新しい mobileAppInstallStatus オブジェクトを 作成します。 |
mobileAppInstallStatus を削除する | なし | mobileAppInstallStatus を削除します。 |
mobileAppInstallStatus を更新する | mobileAppInstallStatus | mobileAppInstallStatus オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティのキー。 |
deviceName | String | デバイス名 |
deviceId | String | デバイス ID |
lastSyncDateTime | DateTimeOffset | 最終同期日時 |
mobileAppInstallStatusValue | resultantAppState | アプリのインストール状態。 可能な値は、installed 、failed 、notInstalled 、uninstallFailed 、pendingInstall 、unknown 、notApplicable です。 |
installState | resultantAppState | アプリのインストール状態。 可能な値は、installed 、failed 、notInstalled 、uninstallFailed 、pendingInstall 、unknown 、notApplicable です。 |
installStateDetail | resultantAppStateDetail | アプリのインストール状態の詳細。 使用できる値は、 noAdditionalDetails 、 dependencyFailedToInstall 、 dependencyWithRequirementsNotMet 、 dependencyPendingReboot 、 dependencyWithAutoInstallDisabled 、 supersededAppUninstallFailed 、 supersededAppUninstallPendingReboot 、 removingSupersededApps 、 iosAppStoreUpdateFailedToInstall 、 vppAppHasUpdateAvailable 、 userRejectedUpdate 、 uninstallPendingReboot 、 supersedingAppsDetected 、 supersededAppsDetected 、 seeInstallErrorCode 、 autoInstallDisabled 、 managedAppNoLongerPresent 、 userRejectedInstall 、 userIsNotLoggedIntoAppStore 、 untargetedSupersedingAppsDetected 、 appRemovedBySupersedence 、 seeUninstallErrorCode 、 pendingReboot installingDependencies 、 contentDownloaded 、 supersedingAppsNotApplicable 、 powerShellScriptRequirementNotMet 、 registryRequirementNotMet 、 fileSystemRequirementNotMet 、 platformNotApplicable 、 minimumCpuSpeedNotMet 、 minimumLogicalProcessorCountNotMet 、 minimumPhysicalMemoryNotMet 、 minimumOsVersionNotMet 、 minimumDiskSpaceNotMet 、 processorArchitectureNotApplicable 。 |
errorCode | Int32 | インストールまたはアンインストールエラーのエラー コード。 |
osVersion | String | OS のバージョン |
osDescription | String | OS の説明 |
userName | String | デバイス ユーザー名 |
userPrincipalName | String | ユーザー プリンシパル名 |
displayVersion | String | 人間が読み取り可能なアプリケーションのバージョン |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
アプリ | mobileApp | モバイル アプリへのナビゲーション リンク。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.mobileAppInstallStatus",
"id": "String (identifier)",
"deviceName": "String",
"deviceId": "String",
"lastSyncDateTime": "String (timestamp)",
"mobileAppInstallStatusValue": "String",
"installState": "String",
"installStateDetail": "String",
"errorCode": 1024,
"osVersion": "String",
"osDescription": "String",
"userName": "String",
"userPrincipalName": "String",
"displayVersion": "String"
}