updatableAssetGroup 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.

A group of azureADDevice resources that can receive updates.

Members are of the azureADDevice resource type. An updatableAssetGroup resource cannot be a member of another updatableAssetGroup.

Inherits from updatableAsset.

Methods

Method Return type Description
List updatableAssetGroup resources microsoft.graph.windowsUpdates.updatableAssetGroup collection Get a list of the microsoft.graph.windowsUpdates.updatableAssetGroup objects and their properties.
Create updatableAssetGroup microsoft.graph.windowsUpdates.updatableAssetGroup Create a new microsoft.graph.windowsUpdates.updatableAssetGroup object.
Get updatableAssetGroup microsoft.graph.windowsUpdates.updatableAssetGroup Read the properties and relationships of a microsoft.graph.windowsUpdates.updatableAssetGroup object.
Delete updatableAssetGroup None Delete a microsoft.graph.windowsUpdates.updatableAssetGroup object.
Add members None Add members to a microsoft.graph.windowsUpdates.updatableAssetGroup.
Add members (by ID) None Add members to a microsoft.graph.windowsUpdates.updatableAssetGroup.
Remove members None Remove members from a microsoft.graph.windowsUpdates.updatableAssetGroup.
Remove members (by ID) None Remove members from a microsoft.graph.windowsUpdates.updatableAssetGroup.
List members microsoft.graph.windowsUpdates.updatableAsset collection Get the microsoft.graph.windowsUpdates.updatableAsset resources from the members navigation property.

Properties

Property Type Description
id String An identifier for the group. Key. Not nullable. Read-only. Returned by default. Inherited from microsoft.graph.windowsUpdates.updatableAsset.

Relationships

Relationship Type Description
members microsoft.graph.windowsUpdates.updatableAsset collection Members of the group. Read-only.

JSON representation

The following is a JSON representation of the resource.

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