windowsQualityUpdateProfile resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Windows Quality Update Profile
Methods
Method | Return Type | Description |
---|---|---|
List windowsQualityUpdateProfiles | windowsQualityUpdateProfile collection | List properties and relationships of the windowsQualityUpdateProfile objects. |
Get windowsQualityUpdateProfile | windowsQualityUpdateProfile | Read properties and relationships of the windowsQualityUpdateProfile object. |
Create windowsQualityUpdateProfile | windowsQualityUpdateProfile | Create a new windowsQualityUpdateProfile object. |
Delete windowsQualityUpdateProfile | None | Deletes a windowsQualityUpdateProfile. |
Update windowsQualityUpdateProfile | windowsQualityUpdateProfile | Update the properties of a windowsQualityUpdateProfile object. |
assign action | None |
Properties
Property | Type | Description |
---|---|---|
id | String | The Intune policy id. |
displayName | String | The display name for the profile. |
description | String | The description of the profile which is specified by the user. |
expeditedUpdateSettings | expeditedWindowsQualityUpdateSettings | Expedited update settings. |
createdDateTime | DateTimeOffset | The date time that the profile was created. |
lastModifiedDateTime | DateTimeOffset | The date time that the profile was last modified. |
roleScopeTagIds | String collection | List of Scope Tags for this Quality Update entity. |
releaseDateDisplayName | String | Friendly release date to display for a Quality Update release |
deployableContentDisplayName | String | Friendly display name of the quality update profile deployable content |
Relationships
Relationship | Type | Description |
---|---|---|
assignments | windowsQualityUpdateProfileAssignment collection | The list of group assignments of the profile. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsQualityUpdateProfile",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"expeditedUpdateSettings": {
"@odata.type": "microsoft.graph.expeditedWindowsQualityUpdateSettings",
"qualityUpdateRelease": "String",
"daysUntilForcedReboot": 1024
},
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
],
"releaseDateDisplayName": "String",
"deployableContentDisplayName": "String"
}