LinuxParameters Class
Input for InstallPatches on a Linux VM, as directly received by the API.
- Inheritance
-
azure.mgmt.compute._serialization.ModelLinuxParameters
Constructor
LinuxParameters(*, classifications_to_include: List[str | _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. |
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. |
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. |
Azure SDK for Python