Type de ressource win32LobAppReturnCode
Espace de noms: microsoft.graph
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Contient les propriétés de code de retour d’une application Win32
Propriétés
Propriété | Type | Description |
---|---|---|
returnCode | Int32 | Code de retour. |
type | win32LobAppReturnCodeType | Type de code de retour. Les valeurs possibles sont les suivantes : failed , success , softReboot , hardReboot , retry . |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.win32LobAppReturnCode",
"returnCode": 1024,
"type": "String"
}