| title | cloudPcWindowsSetting resource type |
|---|---|
| description | Represents a specific Windows setting to configure during the creation of Cloud PCs for a provisioning policy. |
| author | RuiHou105 |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| toc.title | Cloud PC Windows setting |
| ms.date | 08/30/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a specific Windows setting to configure during the creation of Cloud PCs for a provisioning policy.
| Property | Type | Description |
|---|---|---|
| locale | String | The Windows language or 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). |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcWindowsSetting",
"locale": "String"
}