microsoftStoreForBusinessContainedApp-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können geändert werden. Die Produktionsverwendung 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 Diese Eigenschaft listet die Eigenschaften und Beziehungen von Objekten des Typ "microsoftStoreForBusinessContainedApp" auf.
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 Dient zum Aktualisieren der Eigenschaften eines microsoftStoreForBusinessContainedApp-Objekts.

Eigenschaften

Eigenschaft Typ Beschreibung
id Zeichenfolge Schlüssel der Entität 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"
}