LinuxVmGuestPatchAutomaticByPlatformSettings Class

Definition

Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.

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

Constructors

LinuxVmGuestPatchAutomaticByPlatformSettings()

Initializes a new instance of LinuxVmGuestPatchAutomaticByPlatformSettings.

Properties

BypassPlatformSafetyChecksOnUserSchedule

Enables customer to schedule patching without accidental upgrades.

RebootSetting

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

Explicit Interface Implementations

IJsonModel<LinuxVmGuestPatchAutomaticByPlatformSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LinuxVmGuestPatchAutomaticByPlatformSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LinuxVmGuestPatchAutomaticByPlatformSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LinuxVmGuestPatchAutomaticByPlatformSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LinuxVmGuestPatchAutomaticByPlatformSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to