Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.32 KB

File metadata and controls

55 lines (43 loc) · 1.32 KB
title cloudPcStatusDetails resource type (deprecated)
description Represents details about the status of a Cloud PC.
author AshleyYangSZ
ms.localizationpriority medium
ms.subservice cloud-pc
doc_type resourcePageType
ms.date 06/20/2024

cloudPcStatusDetails resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents details about a Cloud PC status.

Note

This resource type is deprecated and will stop returning data on August 31, 2024. Use cloudPcStatusDetail instead.

Properties

Property Type Description
additionalInformation keyValuePair collection Any additional information about the Cloud PC status.
code String The code associated with the Cloud PC status.
message String The status message.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcStatusDetails",
  "additionalInformation": [
    {
      "@odata.type": "microsoft.graph.keyValuePair"
    }
  ],
  "code": "String",
  "message": "String"
}