Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
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.
Entity representing the catalog of content that you can approve for deployment.
Method | Return type | Description |
---|---|---|
List catalog entries | microsoft.graph.windowsUpdates.catalogEntry collection | Get the catalogEntry resources from the entries navigation property. Returns catalogEntry resources of the following derived types: featureUpdateCatalogEntry, qualityUpdateCatalogEntry. |
Property | Type | Description |
---|---|---|
id | String | An identifier for the catalog. Read-only. |
Relationship | Type | Description |
---|---|---|
entries | microsoft.graph.windowsUpdates.catalogEntry collection | Lists the content that you can approve for deployment. Read-only. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.catalog",
"id": "String (identifier)"
}