Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.58 KB

File metadata and controls

49 lines (36 loc) · 1.58 KB
title cloudPcStatusSummary resource type
description Represents the number of Cloud PCs for each status.
author ziqifu9527
ms.localizationpriority medium
ms.subservice cloud-pc
doc_type resourcePageType
ms.date 06/05/2025

cloudPcStatusSummary resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the number of Cloud PCs for each status.

Methods

None.

Properties

Property Type Description
count Int32 The count of Cloud PCs with this status.
status cloudPcStatus The status of the Cloud PC. The possible values are: notProvisioned, provisioning, provisioned, inGracePeriod, deprovisioning, failed, provisionedWithWarnings, resizing, restoring, pendingProvision, unknownFutureValue, movingRegion, resizePendingLicense, modifyingSingleSignOn,refreshPolicyConfiguration, and preparing. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: movingRegion, resizePendingLicense, modifyingSingleSignOn, refreshPolicyConfiguration, and preparing.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcStatusSummary",
  "count": "Int32",
  "status": "String"
}