mobileAppInstallStatus-Ressourcentyp
Namespace: microsoft.graph
Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.
Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.
Enthält Eigenschaften für den Installationsstatus einer mobilen App für ein Gerät. Dies wird im Mai 2023 eingestellt.
Methoden
Methode | Rückgabetyp | Beschreibung |
---|---|---|
Auflisten von mobileAppInstallStatuses | mobileAppInstallStatus-Sammlung | Auflisten der Eigenschaften und Beziehungen der mobileAppInstallStatus-Objekte . |
Abrufen von mobileAppInstallStatus | mobileAppInstallStatus | Lesen von Eigenschaften und Beziehungen des mobileAppInstallStatus-Objekts . |
Erstellen von mobileAppInstallStatus | mobileAppInstallStatus | Erstellen Sie ein neues mobileAppInstallStatus-Objekt . |
MobileAppInstallStatus löschen | Keine | Löscht mobileAppInstallStatus. |
Aktualisieren von mobileAppInstallStatus | mobileAppInstallStatus | Aktualisieren sie die Eigenschaften eines mobileAppInstallStatus-Objekts . |
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
id | String | Schlüssel der Entität |
deviceName | Zeichenfolge | Gerätename |
deviceId | Zeichenfolge | Geräte-ID |
lastSyncDateTime | DateTimeOffset | Uhrzeit der letzten Synchronisierung |
mobileAppInstallStatusValue | resultantAppState | Der Installationsstatus der App. Mögliche Werte: installed , failed , notInstalled , uninstallFailed , pendingInstall , unknown , notApplicable . |
installState | resultantAppState | Der Installationsstatus der App. Mögliche Werte: installed , failed , notInstalled , uninstallFailed , pendingInstall , unknown , notApplicable . |
installStateDetail | resultantAppStateDetail | Der Installationsstatus der App. Mögliche Werte sind: noAdditionalDetails , dependencyFailedToInstall , dependencyWithRequirementsNotMet , dependencyPendingReboot , dependencyWithAutoInstallDisabled , supersededAppUninstallFailed , supersededAppUninstallPendingReboot , removingSupersededApps minimumDiskSpaceNotMet minimumOsVersionNotMet minimumPhysicalMemoryNotMet minimumLogicalProcessorCountNotMet platformNotApplicable minimumCpuSpeedNotMet fileSystemRequirementNotMet powerShellScriptRequirementNotMet registryRequirementNotMet supersedingAppsNotApplicable installingDependencies contentDownloaded pendingReboot appRemovedBySupersedence seeUninstallErrorCode untargetedSupersedingAppsDetected userIsNotLoggedIntoAppStore iosAppStoreUpdateFailedToInstall userRejectedInstall managedAppNoLongerPresent vppAppHasUpdateAvailable autoInstallDisabled seeInstallErrorCode uninstallPendingReboot userRejectedUpdate supersedingAppsDetected supersededAppsDetected . processorArchitectureNotApplicable |
errorCode | Int32 | Der Fehlercode für Installations- oder Deinstallationsfehler. |
osVersion | Zeichenfolge | Betriebssystemversion |
osDescription | Zeichenfolge | Betriebssystembeschreibung |
userName | Zeichenfolge | Gerätebenutzername |
userPrincipalName | Zeichenfolge | Benutzerprinzipalname |
displayVersion | Zeichenfolge | Lesbare Version der Anwendung |
Beziehungen
Beziehung | Typ | Beschreibung |
---|---|---|
App | mobileApp | Der Navigationslink zur mobilen App. |
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"@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"
}