classifications

@JvmName(name = "redyyfydcphcjteg")
suspend fun classifications(value: Output<List<String>>)
@JvmName(name = "rhipxbmncuxevmpx")
suspend fun classifications(value: List<String>?)

Parameters

value

Only apply updates of these windows update classifications. If empty, all updates are applied. Each value may be one of: CRITICAL, SECURITY, DEFINITION, DRIVER, FEATURE_PACK, SERVICE_PACK, TOOL, UPDATE_ROLLUP, UPDATE.


@JvmName(name = "tshfumlbsytcqtpo")
suspend fun classifications(vararg values: Output<String>)


@JvmName(name = "cwqvrmvjipdgvwkh")
suspend fun classifications(values: List<Output<String>>)
@JvmName(name = "pbrpdpsrcbypxubo")
suspend fun classifications(vararg values: String)

Parameters

values

Only apply updates of these windows update classifications. If empty, all updates are applied. Each value may be one of: CRITICAL, SECURITY, DEFINITION, DRIVER, FEATURE_PACK, SERVICE_PACK, TOOL, UPDATE_ROLLUP, UPDATE.