ILinuxParameters Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LinuxParametersTypeConverter))]
public interface ILinuxParameters : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LinuxParametersTypeConverter))>]
type ILinuxParameters = interface
interface IJsonSerializable
Public Interface ILinuxParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |