次の方法で共有


ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings Class

Definition

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

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

Constructors

ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings()

Initializes a new instance of ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings.

Properties

IsBypassPlatformSafetyChecksOnUserScheduleEnabled

Enables customer to schedule patching without accidental upgrades.

RebootSetting

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

Explicit Interface Implementations

IJsonModel<ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to