Show / Hide Table of Contents

Class InventoryWindowsUpdatePackage

Details related to a Windows Update package. Field data and names are taken from Windows Update API IUpdate Interface: https://docs.microsoft.com/en-us/windows/win32/api/_wua/ Descriptive fields like title, and description are localized based on the locale of the VM being updated.

Inheritance
object
InventoryWindowsUpdatePackage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class InventoryWindowsUpdatePackage : IDirectResponseSchema

Properties

Categories

The categories that are associated with this update package.

Declaration
[JsonProperty("categories")]
public virtual IList<InventoryWindowsUpdatePackageWindowsUpdateCategory> Categories { get; set; }
Property Value
Type Description
IList<InventoryWindowsUpdatePackageWindowsUpdateCategory>

Description

The localized description of the update package.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KbArticleIds

A collection of Microsoft Knowledge Base article IDs that are associated with the update package.

Declaration
[JsonProperty("kbArticleIds")]
public virtual IList<string> KbArticleIds { get; set; }
Property Value
Type Description
IList<string>

LastDeploymentChangeTime

object representation of LastDeploymentChangeTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastDeploymentChangeTimeDateTimeOffset instead.")]
public virtual object LastDeploymentChangeTime { get; set; }
Property Value
Type Description
object

LastDeploymentChangeTimeDateTimeOffset

DateTimeOffset representation of LastDeploymentChangeTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastDeploymentChangeTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastDeploymentChangeTimeRaw

The last published date of the update, in (UTC) date and time.

Declaration
[JsonProperty("lastDeploymentChangeTime")]
public virtual string LastDeploymentChangeTimeRaw { get; set; }
Property Value
Type Description
string

MoreInfoUrls

A collection of URLs that provide more information about the update package.

Declaration
[JsonProperty("moreInfoUrls")]
public virtual IList<string> MoreInfoUrls { get; set; }
Property Value
Type Description
IList<string>

RevisionNumber

The revision number of this update package.

Declaration
[JsonProperty("revisionNumber")]
public virtual int? RevisionNumber { get; set; }
Property Value
Type Description
int?

SupportUrl

A hyperlink to the language-specific support information for the update.

Declaration
[JsonProperty("supportUrl")]
public virtual string SupportUrl { get; set; }
Property Value
Type Description
string

Title

The localized title of the update package.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

UpdateId

Gets the identifier of an update package. Stays the same across revisions.

Declaration
[JsonProperty("updateId")]
public virtual string UpdateId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX