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

ComputeFleetLinuxPatchSettings Class

Definition

Specifies settings related to VM Guest Patching on Linux.

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

Constructors

ComputeFleetLinuxPatchSettings()

Initializes a new instance of ComputeFleetLinuxPatchSettings.

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 Linux.

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 /> ImageDefault - The virtual machine's default patching configuration is used. <br /><br /> AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true

Explicit Interface Implementations

IJsonModel<ComputeFleetLinuxPatchSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeFleetLinuxPatchSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetLinuxPatchSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetLinuxPatchSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeFleetLinuxPatchSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to