Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.49 KB

File metadata and controls

45 lines (37 loc) · 1.49 KB
title description author ms.localizationpriority ms.subservice doc_type
cloudPcLaunchInfo resource type
Contains the information to connect a Cloud PC.
andrewku0409
medium
cloud-pc
resourcePageType

cloudPcLaunchInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains the information to connect a cloudPC.

Properties

Property Type Description
cloudPcId String The unique identifier of the Cloud PC.
cloudPcLaunchUrl String The connect URL of the Cloud PC.
windows365SwitchCompatible Boolean Indicates whether the Cloud PC supports switch functionality. If the value is true, it supports switch functionality; otherwise, false.
windows365SwitchNotCompatibleReason String Indicates the reason the Cloud PC doesn't support switch. CPCOsVersionNotMeetRequirement indicates that the user needs to update their Cloud PC operation system version. CPCHardwareNotMeetRequirement indicates that the Cloud PC needs more CPU or RAM to support the functionality.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.cloudPcLaunchInfo",
  "cloudPcId": "String",
  "cloudPcLaunchUrl": "String",
  "windows365SwitchCompatible":"Boolean",
  "windows365SwitchNotCompatibleReason":"String"
}