你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LinuxParameters Class

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

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.

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
str

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
str

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