cloudPcLaunchInfo 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.

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"
}