userExperienceAnalyticsNotAutopilotReadyDevice 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 Device not windows autopilot ready.

Methods

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

Properties

Property Type Description
id String The unique identifier of the user experience analytics intune device.
deviceName String The intune device's name.
serialNumber String The intune device's serial number.
manufacturer String The intune device's manufacturer.
model String The intune device's model.
managedBy String The intune device's managed by.
autoPilotRegistered Boolean The intune device's autopilotRegistered.
autoPilotProfileAssigned Boolean The intune device's autopilotProfileAssigned.
azureAdRegistered Boolean The intune device's azureAdRegistered.
azureAdJoinType String The intune device's azure Ad joinType.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice",
  "id": "String (identifier)",
  "deviceName": "String",
  "serialNumber": "String",
  "manufacturer": "String",
  "model": "String",
  "managedBy": "String",
  "autoPilotRegistered": true,
  "autoPilotProfileAssigned": true,
  "azureAdRegistered": true,
  "azureAdJoinType": "String"
}