adminWindowsUpdates resource type
Namespace: microsoft.graph
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 an entity that acts as a container for all Windows Autopatch functionalities.
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for the device. Not nullable. Read-only. Returned by default. |
Relationships
Relationship | Type | Description |
---|---|---|
catalog | microsoft.graph.windowsUpdates.catalog | Catalog of content that can be approved for deployment by Windows Autopatch. Read-only. |
deploymentAudiences | microsoft.graph.windowsUpdates.deploymentAudience collection | The set of updatableAsset resources to which a deployment can apply. |
deployments | microsoft.graph.windowsUpdates.deployment collection | Deployments created using Windows Autopatch. |
products | microsoft.graph.windowsUpdates.product collection | A collection of Windows products. |
resourceConnections | microsoft.graph.windowsUpdates.resourceConnection collection | Service connections to external resources such as analytics workspaces. |
updatableAssets | microsoft.graph.windowsUpdates.updatableAsset collection | Assets registered with Windows Autopatch that can receive updates. |
updatePolicies | microsoft.graph.windowsUpdates.updatePolicy collection | A collection of policies for approving the deployment of different content to an audience over time. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.adminWindowsUpdates",
"id": "String (identifier)"
}