updatableAsset 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 an asset that can receive updates.
All updatable assets exist as one of the following derived types: azureADDevice and updatableAssetGroup.
Base type of azureADDevice and updatableAssetGroup.
This is an abstract type.
Methods
Method | Return type | Description |
---|---|---|
List updatable assets | microsoft.graph.windowsUpdates.updatableAsset collection | Get a list of the updatableAsset objects and their properties. |
Create updatable asset group | microsoft.graph.windowsUpdates.updatableAssetGroup | Create a new updatableAssetGroup object. |
Get updatable asset | microsoft.graph.windowsUpdates.updatableAsset | Read the properties and relationships of an updatableAsset object. |
Delete updatable asset | None | Delete an updatableAsset object. |
Enroll in update management | None | Enroll updatableAsset resources in update management by Windows Autopatch. |
Enroll by ID | None | Enroll updatableAsset resources of the same type in update management by Windows Autopatch. |
Unenroll from update management | None | Unenroll updatableAsset resources from update management by Windows Autopatch. |
Unenroll by ID | None | Unenroll updatableAsset resources of the same type from update management by Windows Autopatch. |
Add members | None | Add members to an updatableAssetGroup. |
Add members by ID | None | Add members of the same type to an updatableAssetGroup. |
Remove members | None | Remove members from an updatableAssetGroup. |
Remove members by ID | None | Remove members of the same type from an updatableAssetGroup. |
Properties
Property | Type | Description |
---|---|---|
id | String | An identifier for the asset. Key. Not nullable. Read-only. Returned by default. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.updatableAsset",
"id": "String (identifier)"
}