Share via


ComputeFleetVmGuestPatchSettings Class

Definition

Specifies settings related to VM Guest Patching on Windows.

public class ComputeFleetVmGuestPatchSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmGuestPatchSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmGuestPatchSettings>
type ComputeFleetVmGuestPatchSettings = class
    interface IJsonModel<ComputeFleetVmGuestPatchSettings>
    interface IPersistableModel<ComputeFleetVmGuestPatchSettings>
Public Class ComputeFleetVmGuestPatchSettings
Implements IJsonModel(Of ComputeFleetVmGuestPatchSettings), IPersistableModel(Of ComputeFleetVmGuestPatchSettings)
Inheritance
ComputeFleetVmGuestPatchSettings
Implements

Constructors

ComputeFleetVmGuestPatchSettings()

Initializes a new instance of ComputeFleetVmGuestPatchSettings.

Properties

AssessmentMode

Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> ImageDefault - You control the timing of patch assessments on a virtual machine.<br /><br /> AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.

AutomaticByPlatformSettings

Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.

IsHotPatchingEnabled

Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.

PatchMode

Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true

Explicit Interface Implementations

IJsonModel<ComputeFleetVmGuestPatchSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ComputeFleetVmGuestPatchSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetVmGuestPatchSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetVmGuestPatchSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ComputeFleetVmGuestPatchSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to