userExperienceAnalyticsWorkFromAnywhereModelPerformance resource type

Namespace: microsoft.graph

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

The user experience analytics work from anywhere model performance.

Methods

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

Properties

Property Type Description
id String The unique identifier of the work from anywhere model performance object. Supports: $select, $OrderBy. Read-only.
model String The model name of the device. Supports: $select, $OrderBy. Read-only.
manufacturer String The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.
modelDeviceCount Int32 The devices count for the model. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
workFromAnywhereScore Double The work from anywhere score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
windowsScore Double The window score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
cloudManagementScore Double The cloud management score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
cloudIdentityScore Double The cloud identity score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
cloudProvisioningScore Double The cloud provisioning score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
healthStatus userExperienceAnalyticsHealthState The health state of the user experience analytics work from anywhere device model. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $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.userExperienceAnalyticsWorkFromAnywhereModelPerformance",
  "id": "String (identifier)",
  "model": "String",
  "manufacturer": "String",
  "modelDeviceCount": 1024,
  "workFromAnywhereScore": "4.2",
  "windowsScore": "4.2",
  "cloudManagementScore": "4.2",
  "cloudIdentityScore": "4.2",
  "cloudProvisioningScore": "4.2",
  "healthStatus": "String"
}