Edit

Share via


cloudPcReport resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the Windows 365 Cloud PC-related reports.

Use a method in the Methods section to get the corresponding report data in the response.

Inherits from entity.

Methods

Method Return type Description
Retrieve Cloud PC recommendation reports Stream Retrieve Cloud PC recommendation reports for usage optimization and cost savings.
Retrieve Cloud PC client app usage reports Stream Retrieve related reports on Cloud PC usage, including the client application used by users to sign in to the Cloud PC device.

Properties

Property Type Description
id String The unique identifier for the reports. Read-only. Inherited from entity.

cloudPcRecommendationReportType values

Member Description
cloudPcUsageCategoryReport Indicates the report that shows the usage of Cloud PCs along with their associated categories. The possible report columns for these categories are: Undersized, Oversized, Rightsized, or Underutilized based on usage.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.
cloudPcUsageCategoryReports (deprecated) Indicates the report that shows the usage of Cloud PCs along with their associated categories. The possible report columns for these categories are: Undersized, Oversized, Rightsized, or Underutilized based on usage. The cloudPcUsageCategoryReports member is deprecated and will stop returning on December 31, 2025. Going forward, use the cloudPcUsageCategoryReport member.

cloudPcClientAppUsageReportType values

Member Description
microsoftRemoteDesktopClientUsageReport Indicates the report that shows the Cloud PC usage with Microsoft Remote Desktop client. We recommend that you migrate to Windows App to experience its full benefits and to avoid losing access to remote resources on March 27, 2026. Learn more about preparing for the Remote Desktop client for Windows end of support.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcReport",
  "id": "String (identifier)"
}