Sdílet prostřednictvím


WindowsVmGuestPatchAutomaticByPlatformSettings Class

Definition

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

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

Constructors

WindowsVmGuestPatchAutomaticByPlatformSettings()

Initializes a new instance of WindowsVmGuestPatchAutomaticByPlatformSettings.

Properties

BypassPlatformSafetyChecksOnUserSchedule

Enables customer to schedule patching without accidental upgrades.

RebootSetting

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WindowsVmGuestPatchAutomaticByPlatformSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WindowsVmGuestPatchAutomaticByPlatformSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WindowsVmGuestPatchAutomaticByPlatformSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WindowsVmGuestPatchAutomaticByPlatformSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WindowsVmGuestPatchAutomaticByPlatformSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to