updateManagementEnrollment resource type
Namespace: microsoft.graph.windowsUpdates
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents enrollment into management by Windows Autopatch of a certain update category.
Inherits from updatableAssetEnrollment.
Properties
Property | Type | Description |
---|---|---|
updateCategory | microsoft.graph.windowsUpdates.updateCategory | The category of updates that Windows Autopatch manages. Supports a subset of the values for updateCategory. Possible values are: driver , feature , quality , unknownFutureValue . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.updateManagementEnrollment",
"updateCategory": "String"
}