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.

Methods

Method Return type Description
Retrieve Cloud PC recommendation reports Stream Retrieve Cloud PC recommendation reports for usage optimization and cost savings.

Properties

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

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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