Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace WindowsUpdate

An object that provides information about an update for a Windows instance.

Properties

Optional description

description: undefined | string

Description of the update.

Optional installable

installable: Installable

Indicates whether the update can be installed using the service.

Optional installationRequirements

installationRequirements: Array<InstallationRequirements>

List of requirements for installing the update on the managed instance.

Optional isRebootRequiredForInstallation

isRebootRequiredForInstallation: undefined | false | true

Indicates whether a reboot is required to complete the installation of this update.

Optional kbArticleIds

kbArticleIds: Array<string>

List of the Microsoft Knowledge Base Article Ids related to this Windows Update.

name

name: string

Name of the Windows update.

Optional sizeInBytes

sizeInBytes: undefined | number

size of the package in bytes Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

updateId

updateId: string

Unique identifier for the Windows update. Note that this is not an OCID, but is a unique identifier assigned by Microsoft. Example: '6981d463-cd91-4a26-b7c4-ea4ded9183ed'

updateType

The type of Windows update.

Functions

getDeserializedJsonObj

getJsonObj