SoftwareUpdateConfigurationWindows

data class SoftwareUpdateConfigurationWindows(val classificationsIncludeds: List<String>, val excludedKnowledgeBaseNumbers: List<String>? = null, val includedKnowledgeBaseNumbers: List<String>? = null, val reboot: String? = null)

Constructors

Link copied to clipboard
constructor(classificationsIncludeds: List<String>, excludedKnowledgeBaseNumbers: List<String>? = null, includedKnowledgeBaseNumbers: List<String>? = null, reboot: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the list of update classification. Possible values are Unclassified, Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools and Updates.

Link copied to clipboard

Specifies a list of knowledge base numbers excluded.

Link copied to clipboard

Specifies a list of knowledge base numbers included.

Link copied to clipboard
val reboot: String? = null

Specifies the reboot settings after software update, possible values are IfRequired, Never, RebootOnly and Always. Defaults to IfRequired.