userExperienceAnalyticsAppHealthDeviceModelPerformance resource type

Namespace: microsoft.graph

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

The user experience analytics device model performance entity contains device model performance details.

Methods

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

Properties

Property Type Description
id String The unique identifier of the user experience analytics device model performance object. Supports: $select, $OrderBy. Read-only.
deviceModel String The model name of the device. Supports: $select, $OrderBy. Read-only.
deviceManufacturer String The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.
activeDeviceCount Int32 The number of active devices for the model. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
meanTimeToFailureInMinutes Int32 The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
modelAppHealthScore Double The application health score of the device model. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
modelAppHealthStatus String The overall app health status of the device model.
healthStatus userExperienceAnalyticsHealthState The health state of the user experience analytics model. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $OrderBy. Read-only. Possible values are: unknown, insufficientData, needsAttention, meetingGoals, unknownFutureValue.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance",
  "id": "String (identifier)",
  "deviceModel": "String",
  "deviceManufacturer": "String",
  "activeDeviceCount": 1024,
  "meanTimeToFailureInMinutes": 1024,
  "modelAppHealthScore": "4.2",
  "modelAppHealthStatus": "String",
  "healthStatus": "String"
}