Share via


MaintenanceWindowsPatchSettings Class

Definition

Input properties for patching a Windows machine.

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

Constructors

MaintenanceWindowsPatchSettings()

Initializes a new instance of MaintenanceWindowsPatchSettings.

Properties

ClassificationsToInclude

Classification category of patches to be patched.

IsExcludeKbsRebootRequired

Exclude patches which need reboot.

KbNumbersToExclude

Windows KBID to be excluded for patching.

KbNumbersToInclude

Windows KBID to be included for patching.

Explicit Interface Implementations

IJsonModel<MaintenanceWindowsPatchSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MaintenanceWindowsPatchSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MaintenanceWindowsPatchSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MaintenanceWindowsPatchSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MaintenanceWindowsPatchSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to