SoftwareUpdateConfigurationArgs

constructor(automationAccountId: Output<String>? = null, duration: Output<String>? = null, linux: Output<SoftwareUpdateConfigurationLinuxArgs>? = null, name: Output<String>? = null, nonAzureComputerNames: Output<List<String>>? = null, postTask: Output<SoftwareUpdateConfigurationPostTaskArgs>? = null, preTask: Output<SoftwareUpdateConfigurationPreTaskArgs>? = null, schedule: Output<SoftwareUpdateConfigurationScheduleArgs>? = null, target: Output<SoftwareUpdateConfigurationTargetArgs>? = null, virtualMachineIds: Output<List<String>>? = null, windows: Output<SoftwareUpdateConfigurationWindowsArgs>? = null)