public sealed class WindowsUpdate : IMessage<WindowsUpdate>, IEquatable<WindowsUpdate>, IDeepCloneable<WindowsUpdate>, IBufferMessage, IMessageWindows Update represents the metadata about the update for the Windows operating system. The fields in this message come from the Windows Update API documented at https://docs.microsoft.com/en-us/windows/win32/api/wuapi/nn-wuapi-iupdate.
Implements
IMessage<WindowsUpdate>, IEquatable<WindowsUpdate>, IDeepCloneable<WindowsUpdate>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
WindowsUpdate()
public WindowsUpdate()WindowsUpdate(WindowsUpdate)
public WindowsUpdate(WindowsUpdate other)| Parameter | |
|---|---|
| Name | Description |
other |
WindowsUpdate |
Properties
Categories
public RepeatedField<WindowsUpdate.Types.Category> Categories { get; }The list of categories to which the update belongs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<WindowsUpdate.Types.Category> |
|
Description
public string Description { get; set; }The localized description of the update.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Identity
public WindowsUpdate.Types.Identity Identity { get; set; }Required - The unique identifier for the update.
| Property Value | |
|---|---|
| Type | Description |
WindowsUpdate.Types.Identity |
|
KbArticleIds
public RepeatedField<string> KbArticleIds { get; }The Microsoft Knowledge Base article IDs that are associated with the update.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
LastPublishedTimestamp
public Timestamp LastPublishedTimestamp { get; set; }The last published timestamp of the update.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
SupportUrl
public string SupportUrl { get; set; }The hyperlink to the support information for the update.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Title
public string Title { get; set; }The localized title of the update.
| Property Value | |
|---|---|
| Type | Description |
String |
|