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
Indicates the Windows Autopatch settings for Cloud PCs using this provisioning policy.
Properties
Property | Type | Description |
---|---|---|
autopatchGroupId | String | The unique identifier (ID) of a Windows Autopatch group. An Autopatch group is a logical container or unit that groups several Microsoft Entra groups and software update policies. Devices with the same Autopatch group ID share unified software update management. The default value is null that indicates that no Autopatch group is associated with the provisioning policy. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcProvisioningPolicyAutopatch",
"autopatchGroupId": "String (identifier)"
}