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 updatableAssets in update management by the deployment service.
Enroll by ID None Enroll updatableAssets of the same type in update management by the deployment service.
Unenroll from update management None Unenroll updatableAssets from update management by the deployment service.
Unenroll by ID None Unenroll updatableAssets of the same type from update management by the deployment service.
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 is a JSON representation of the resource.

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