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 updatableAsset resources microsoft.graph.windowsUpdates.updatableAsset collection Get a list of the updatableAsset objects and their properties.
Create updatableAssetGroup microsoft.graph.windowsUpdates.updatableAssetGroup Create a new updatableAssetGroup object.
Get updatableAsset microsoft.graph.windowsUpdates.updatableAsset Read the properties and relationships of an updatableAsset object.
Delete updatableAsset None Delete an updatableAsset object.
Enroll asset in management None Enroll updatableAssets in update management by the deployment service.
Enroll asset in management (by ID) None Enroll updatableAssets of the same type in update management by the deployment service.
Unenroll asset from management None Unenroll updatableAssets from update management by the deployment service.
Unenroll asset from management (by ID) None Unenroll updatableAssets of the same type from update management by the deployment service.
Add members to group None Add members to an updatableAssetGroup.
Add members to group (by ID) None Add members of the same type to an updatableAssetGroup.
Remove members from group None Remove members from an updatableAssetGroup.
Remove members from group (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 is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.updatableAsset",
  "id": "String (identifier)"
}