Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
MobileAppTroubleshootingEvent Entity.
Methods
| Method | Return Type | Description | 
|---|---|---|
| List mobileAppTroubleshootingEvents | mobileAppTroubleshootingEvent collection | List properties and relationships of the mobileAppTroubleshootingEvent objects. | 
| Get mobileAppTroubleshootingEvent | mobileAppTroubleshootingEvent | Read properties and relationships of the mobileAppTroubleshootingEvent object. | 
| Create mobileAppTroubleshootingEvent | mobileAppTroubleshootingEvent | Create a new mobileAppTroubleshootingEvent object. | 
| Delete mobileAppTroubleshootingEvent | None | Deletes a mobileAppTroubleshootingEvent. | 
| Update mobileAppTroubleshootingEvent | mobileAppTroubleshootingEvent | Update the properties of a mobileAppTroubleshootingEvent object. | 
Properties
| Property | Type | Description | 
|---|---|---|
| id | String | The GUID for the object | 
Relationships
| Relationship | Type | Description | 
|---|---|---|
| appLogCollectionRequests | appLogCollectionRequest collection | Indicates collection of App Log Upload Request. | 
JSON Representation
Here is a JSON representation of the resource.
{
  "@odata.type": "#microsoft.graph.mobileAppTroubleshootingEvent",
  "id": "String (identifier)"
}