LinuxParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Input for InstallPatches on a Linux VM, as directly received by the API
public class LinuxParameters
type LinuxParameters = class
Public Class LinuxParameters
- Inheritance
-
LinuxParameters
Constructors
LinuxParameters() |
Initializes a new instance of the LinuxParameters class. |
LinuxParameters(IList<String>, IList<String>, IList<String>, String) |
Initializes a new instance of the LinuxParameters class. |
Properties
ClassificationsToInclude |
Gets or sets the update classifications to select when installing patches for Linux. |
MaintenanceRunId |
Gets or sets this is used as a maintenance run identifier for Auto VM Guest Patching in Linux. |
PackageNameMasksToExclude |
Gets or sets packages to exclude in the patch operation. Format: packageName_packageVersion |
PackageNameMasksToInclude |
Gets or sets packages to include in the patch operation. Format: packageName_packageVersion |
Applies to
Azure SDK for .NET