Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.78 KB

microsoftmanageddesktop.md

File metadata and controls

52 lines (40 loc) · 1.78 KB
title description author ms.localizationpriority ms.subservice doc_type
microsoftManagedDesktop resource type
Represents specific settings for the Microsoft Managed Desktop that enables customers to get a managed device experience for a Cloud PC.
RuiHou105
medium
cloud-pc
resourcePageType

microsoftManagedDesktop resource type

Namespace: microsoft.graph

Represents specific settings for the Microsoft Managed Desktop that enables customers to get a managed device experience for a Cloud PC.

Properties

Property Type Description
managedType microsoftManagedDesktopType Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.
profile String The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with.

microsoftManagedDesktopType values

Member Description
notManaged Microsoft Managed Desktop doesn't manage this device.
premiumManaged Microsoft Managed Desktop premium plan manages this device.
standardManaged Microsoft Managed Desktop standard plan manages this device.
starterManaged Microsoft Managed Desktop starter plan manages this device.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.microsoftManagedDesktop",
  "managedType": "String",
  "profile": "String"
}