你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings()

Initializes a new instance of ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings.

Properties

Name Description
IsBypassPlatformSafetyChecksOnUserScheduleEnabled

Enables customer to schedule patching without accidental upgrades.

RebootSetting

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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