LinuxParameters interface

Input for InstallPatches on a Linux VM, as directly received by the API

Properties

classificationsToInclude

The update classifications to select when installing patches for Linux.

maintenanceRunId

This is used as a maintenance run identifier for Auto VM Guest Patching in Linux.

packageNameMasksToExclude

packages to exclude in the patch operation. Format: packageName_packageVersion

packageNameMasksToInclude

packages to include in the patch operation. Format: packageName_packageVersion

Property Details

classificationsToInclude

The update classifications to select when installing patches for Linux.

classificationsToInclude?: string[]

Property Value

string[]

maintenanceRunId

This is used as a maintenance run identifier for Auto VM Guest Patching in Linux.

maintenanceRunId?: string

Property Value

string

packageNameMasksToExclude

packages to exclude in the patch operation. Format: packageName_packageVersion

packageNameMasksToExclude?: string[]

Property Value

string[]

packageNameMasksToInclude

packages to include in the patch operation. Format: packageName_packageVersion

packageNameMasksToInclude?: string[]

Property Value

string[]