LinuxParameters Class
Input for InstallPatches on a Linux VM, as directly received by the API.
Constructor
LinuxParameters(*, classifications_to_include: list[typing.Union[str, ForwardRef('_models.VMGuestPatchClassificationLinux')]] | None = None, package_name_masks_to_include: list[str] | None = None, package_name_masks_to_exclude: list[str] | None = None, maintenance_run_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
classifications_to_include
|
The update classifications to select when installing patches for Linux. Default value: None
|
|
package_name_masks_to_include
|
packages to include in the patch operation. Format: packageName_packageVersion. Default value: None
|
|
package_name_masks_to_exclude
|
packages to exclude in the patch operation. Format: packageName_packageVersion. Default value: None
|
|
maintenance_run_id
|
This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. Default value: None
|
Variables
| Name | Description |
|---|---|
|
classifications_to_include
|
The update classifications to select when installing patches for Linux. |
|
package_name_masks_to_include
|
packages to include in the patch operation. Format: packageName_packageVersion. |
|
package_name_masks_to_exclude
|
packages to exclude in the patch operation. Format: packageName_packageVersion. |
|
maintenance_run_id
|
This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. |