userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory 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.

The user experience analytics battery health runtime history entity contains the trend of runtime of a device over a period of 30 days

Methods

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

Properties

Property Type Description
id String The unique identifier of the user experience analytics battery health runtime object.
deviceId String The unique identifier of the device, Intune DeviceID or SCCM device id.
runtimeDateTime String The datetime for the instance of runtime history.
estimatedRuntimeInMinutes Int32 The estimated runtime of the device when the battery is fully charged. Unit in minutes. Valid values 0 to 2147483647

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory",
  "id": "String (identifier)",
  "deviceId": "String",
  "runtimeDateTime": "String",
  "estimatedRuntimeInMinutes": 1024
}