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
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.updatableAssetGroup",
"id": "String (identifier)"
}