Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}