Package version:

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

interface LinuxParameters {
    classificationsToInclude?: string[];
    packageNameMasksToExclude?: string[];
    packageNameMasksToInclude?: string[];
}

Properties

classificationsToInclude?: string[]

The update classifications to select when installing patches for Linux.

packageNameMasksToExclude?: string[]

packages to exclude in the patch operation. Format: packageName_packageVersion

packageNameMasksToInclude?: string[]

packages to include in the patch operation. Format: packageName_packageVersion