Package version:

InterfaceOSProfileWindowsConfiguration

Specifies the windows configuration for update management.

interface OSProfileWindowsConfiguration {
    assessmentMode?: string;
    enableHotpatching?: boolean;
    patchMode?: string;
    status?: PatchSettingsStatus;
}

Properties

assessmentMode?: string

Specifies the assessment mode.

enableHotpatching?: boolean

Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.

patchMode?: string

Specifies the patch mode.

Status of the hotpatch capability enrollment or disenrollment. NOTE: This property will not be serialized. It can only be populated by the server.