Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 2.65 KB

intune-apps-mobileappcontent.md

File metadata and controls

53 lines (44 loc) · 2.65 KB
title description author localization_priority ms.subservice doc_type
mobileAppContent resource type
Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile.
jaiprakashmb
Normal
intune
resourcePageType

mobileAppContent resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile.

Methods

Method Return Type Description
List mobileAppContents mobileAppContent collection List properties and relationships of the mobileAppContent objects.
Get mobileAppContent mobileAppContent Read properties and relationships of the mobileAppContent object.
Create mobileAppContent mobileAppContent Create a new mobileAppContent object.
Delete mobileAppContent None Deletes a mobileAppContent.
Update mobileAppContent mobileAppContent Update the properties of a mobileAppContent object.

Properties

Property Type Description
id String The app content version. This property is read-only.

Relationships

Relationship Type Description
files mobileAppContentFile collection The list of files for this app content version.
containedApps mobileContainedApp collection The collection of contained apps in a MobileLobApp acting as a package.

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.mobileAppContent",
  "id": "String (identifier)"
}