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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LinuxParametersTypeConverter))]
public class LinuxParameters : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILinuxParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LinuxParametersTypeConverter))>]
type LinuxParameters = class
interface ILinuxParameters
interface IJsonSerializable
Public Class LinuxParameters
Implements ILinuxParameters
- Inheritance
-
LinuxParameters
- Attributes
- Implements
Constructors
LinuxParameters() |
Creates an new LinuxParameters instance. |
Properties
ClassificationsToInclude |
The update classifications to select when installing patches for Linux. |
PackageNameMasksToExclude |
packages to exclude in the patch operation. Format: packageName_packageVersion |
PackageNameMasksToInclude |
packages to include in the patch operation. Format: packageName_packageVersion |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LinuxParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LinuxParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILinuxParameters. |
FromJsonString(String) |
Creates a new instance of LinuxParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LinuxParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |