| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the number of Cloud PCs for each status.
None.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcStatusSummary",
"count": "Int32",
"status": "String"
}