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.
The user experience analytics metric for work from anywhere report.
Methods
| Method | Return Type | Description |
|---|---|---|
| List userExperienceAnalyticsWorkFromAnywhereMetrics | userExperienceAnalyticsWorkFromAnywhereMetric collection | List properties and relationships of the userExperienceAnalyticsWorkFromAnywhereMetric objects. |
| Get userExperienceAnalyticsWorkFromAnywhereMetric | userExperienceAnalyticsWorkFromAnywhereMetric | Read properties and relationships of the userExperienceAnalyticsWorkFromAnywhereMetric object. |
| Create userExperienceAnalyticsWorkFromAnywhereMetric | userExperienceAnalyticsWorkFromAnywhereMetric | Create a new userExperienceAnalyticsWorkFromAnywhereMetric object. |
| Delete userExperienceAnalyticsWorkFromAnywhereMetric | None | Deletes a userExperienceAnalyticsWorkFromAnywhereMetric. |
| Update userExperienceAnalyticsWorkFromAnywhereMetric | userExperienceAnalyticsWorkFromAnywhereMetric | Update the properties of a userExperienceAnalyticsWorkFromAnywhereMetric object. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier of the user experience analytics work from anywhere metric. Read-only. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| metricDevices | userExperienceAnalyticsWorkFromAnywhereDevice collection | The work from anywhere metric devices. Read-only. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric",
"id": "String (identifier)"
}