Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.11 KB

File metadata and controls

44 lines (33 loc) · 1.11 KB
title cloudPcWindowsSettings resource type
description Represents specific Windows settings to configure while creating Cloud PCs for a provisioning policy.
author RuiHou105
ms.localizationpriority medium
ms.subservice cloud-pc
doc_type resourcePageType
toc.title Cloud PC Windows settings
ms.date 08/30/2024

cloudPcWindowsSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents specific Windows settings to configure while creating Cloud PCs for a provisioning policy.

Properties

Property Type Description
language String The Windows language/region tag to use for language pack configuration and localization of the Cloud PC. The default value is en-US, which corresponds to English (United States).

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcWindowsSettings",
  "language": "String"
}