Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 342 Bytes

intune-devices-mobileapptroubleshootingevent-get-get-mobileapptroubleshootingevent-python-snippets.md

File metadata and controls

15 lines (8 loc) · 342 Bytes
description
Automatically generated file. DO NOT MODIFY
from msgraph import GraphServiceClient

graph_client = GraphServiceClient(credentials, scopes)


result = await graph_client.device_management.mobile_app_troubleshooting_events.by_mobile_app_troubleshooting_event_id('mobileAppTroubleshootingEvent-id').get()