Edit

Share via


cloudPcStatusSummary 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 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. Possible values are: notProvisioned, provisioning, provisioned, inGracePeriod, deprovisioning, failed, provisionedWithWarnings, resizing, restoring, pendingProvision, unknownFutureValue, movingRegion, resizePendingLicense, modifyingSingleSignOn, preparing. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: movingRegion, resizePendingLicense, modifyingSingleSignOn, preparing.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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