classifications

@JvmName(name = "vdghvxttgbemdjre")
suspend fun classifications(value: Output<List<String>>)
@JvmName(name = "yvjxombtuogmucnl")
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, and UPDATE.


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


@JvmName(name = "qprotgxjkhtabhjb")
suspend fun classifications(values: List<Output<String>>)
@JvmName(name = "dwewoppvuvsdclux")
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, and UPDATE.