IMachineInstallPatchesParameters 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.MachineInstallPatchesParametersTypeConverter))]
public interface IMachineInstallPatchesParameters : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineInstallPatchesParametersTypeConverter))>]
type IMachineInstallPatchesParameters = interface
interface IJsonSerializable
Public Interface IMachineInstallPatchesParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
LinuxParameterClassificationsToInclude |
The update classifications to select when installing patches for Linux. |
LinuxParameterPackageNameMasksToExclude |
packages to exclude in the patch operation. Format: packageName_packageVersion |
LinuxParameterPackageNameMasksToInclude |
packages to include in the patch operation. Format: packageName_packageVersion |
MaximumDuration |
Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) |
RebootSetting |
Defines when it is acceptable to reboot a VM during a software update operation. |
WindowParameterClassificationsToInclude |
The update classifications to select when installing patches for Windows. |
WindowParameterExcludeKbsRequiringReboot |
Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. |
WindowParameterKbNumbersToExclude |
Kbs to exclude in the patch operation |
WindowParameterKbNumbersToInclude |
Kbs to include in the patch operation |
WindowParameterMaxPatchPublishDate |
This is used to install patches that were published on or before this given max published date. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |