cloudPCConnectivityIssue 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 analyte connectivity issue entity.

Methods

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

Properties

Property Type Description
id String The unique identifier of the user experience analytics connectivity issue event entity.
deviceId String The Intune DeviceId of the device the connection is associated with.
errorCode String The error code of the connectivity issue.
errorDateTime DateTimeOffset The time that the connection initiated. The time is shown in ISO 8601 format and Coordinated Universal Time (UTC) time.
userId String The unique id of user who initialize the connection.
errorDescription String The detailed description of what went wrong.
recommendedAction String The recommended action to fix the corresponding error.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.cloudPCConnectivityIssue",
  "id": "String (identifier)",
  "deviceId": "String",
  "errorCode": "String",
  "errorDateTime": "String (timestamp)",
  "userId": "String",
  "errorDescription": "String",
  "recommendedAction": "String"
}