Edit

cloudPcReport resource type

Namespace: microsoft.graph

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.

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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