Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace WindowsUpdate

An update available for a Windows managed instance.

Properties

Optional description

description: undefined | string

Information about the Windows Update.

displayName

displayName: string

Windows Update name.

Optional installationRequirements

installationRequirements: Array<InstallationRequirements>

List of requirements forinstalling on a managed instances

Optional isEligibleForInstallation

isEligibleForInstallation: model.IsEligibleForInstallation

Indicates whether the update can be installed using OSMS.

Optional isRebootRequiredForInstallation

isRebootRequiredForInstallation: undefined | false | true

Indicates whether a reboot may be required to complete 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

Unique identifier for the Windows update. NOTE - This is not an OCID, but is a unique identifier assigned by Microsoft. Example: {@code 6981d463-cd91-4a26-b7c4-ea4ded9183ed}

Optional sizeInBytes

sizeInBytes: undefined | number

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

updateType

updateType: UpdateTypes

The purpose of this update.

Functions

getDeserializedJsonObj

getJsonObj