microsoftStoreForBusinessContainedApp-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.
Eine Klasse, die eine enthaltene App einer MicrosoftStoreForBusinessApp darstellt.
Erbt von mobileContainedApp
Methoden
Methode | Rückgabetyp | Beschreibung |
---|---|---|
MicrosoftStoreForBusinessContainedApps auflisten | microsoftStoreForBusinessContainedApp-Sammlung | Auflisten der Eigenschaften und Beziehungen der microsoftStoreForBusinessContainedApp-Objekte . |
MicrosoftStoreForBusinessContainedApp abrufen | microsoftStoreForBusinessContainedApp | Lesen von Eigenschaften und Beziehungen des microsoftStoreForBusinessContainedApp-Objekts . |
Erstellen von microsoftStoreForBusinessContainedApp | microsoftStoreForBusinessContainedApp | Erstellen Sie ein neues microsoftStoreForBusinessContainedApp-Objekt . |
MicrosoftStoreForBusinessContainedApp löschen | Keine | Löscht eine microsoftStoreForBusinessContainedApp. |
MicrosoftStoreForBusinessContainedApp aktualisieren | microsoftStoreForBusinessContainedApp | Aktualisieren sie die Eigenschaften eines microsoftStoreForBusinessContainedApp-Objekts . |
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
id | String | Schlüssel der Entität Diese Eigenschaft ist schreibgeschützt. Geerbt von mobileContainedApp |
appUserModelId | Zeichenfolge | Die App-Benutzermodell-ID der enthaltenen App einer MicrosoftStoreForBusinessApp. |
Beziehungen
Keine
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"@odata.type": "#microsoft.graph.microsoftStoreForBusinessContainedApp",
"id": "String (identifier)",
"appUserModelId": "String"
}