OSProfile Windows Configuration Args
data class OSProfileWindowsConfigurationArgs(val assessmentMode: Output<Either<String, AssessmentModeTypes>>? = null, val enableHotpatching: Output<Boolean>? = null, val patchMode: Output<Either<String, PatchModeTypes>>? = null) : ConvertibleToJava<OSProfileWindowsConfigurationArgs>
Specifies the windows configuration for update management.
Constructors
Link copied to clipboard
constructor(assessmentMode: Output<Either<String, AssessmentModeTypes>>? = null, enableHotpatching: Output<Boolean>? = null, patchMode: Output<Either<String, PatchModeTypes>>? = null)