Package version:

Interface LinuxParameters

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

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

Properties

classificationsToInclude?: string[]

The update classifications to select when installing patches for Linux.

maintenanceRunId?: string

This is used as a maintenance run identifier for Auto VM Guest Patching in 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