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.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The operating system product revisions that are released as part of this quality update.
Properties
Property | Type | Description |
---|---|---|
displayName | String | The display name of the windows quality update catalog product revision. For example, 'Windows 11, version 22H2, build 22621.4112'. Read-only |
releaseDateTime | DateTimeOffset | The date and time when the windows quality update catalog product revision was released. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. Read-only |
versionName | String | The version name of the windows quality update catalog product revision. For example, '22H2'. Read-only |
productName | String | The product name of the windows quality update catalog product revision. For example, 'Windows 11'. Read-only |
osBuild | windowsQualityUpdateProductBuildVersionDetail | The version details of the windows quality update catalog product revision. Read-only |
knowledgeBaseArticle | windowsQualityUpdateProductKnowledgeBaseArticle | The knowledge base article associated with the windows quality update catalog product revision. Read-only |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsQualityUpdateCatalogProductRevision",
"displayName": "String",
"releaseDateTime": "String (timestamp)",
"versionName": "String",
"productName": "String",
"osBuild": {
"@odata.type": "microsoft.graph.windowsQualityUpdateProductBuildVersionDetail",
"majorVersionNumber": 1024,
"minorVersionNumber": 1024,
"buildNumber": 1024,
"updateBuildRevision": 1024
},
"knowledgeBaseArticle": {
"@odata.type": "microsoft.graph.windowsQualityUpdateProductKnowledgeBaseArticle",
"articleId": "String",
"articleUrl": "String"
}
}