Update Configuration Args
data class UpdateConfigurationArgs(val azureVirtualMachines: Output<List<String>>? = null, val duration: Output<String>? = null, val linux: Output<LinuxPropertiesArgs>? = null, val nonAzureComputerNames: Output<List<String>>? = null, val operatingSystem: Output<OperatingSystemType>, val targets: Output<TargetPropertiesArgs>? = null, val windows: Output<WindowsPropertiesArgs>? = null) : ConvertibleToJava<UpdateConfigurationArgs>
Update specific properties of the software update configuration.
Constructors
Link copied to clipboard
constructor(azureVirtualMachines: Output<List<String>>? = null, duration: Output<String>? = null, linux: Output<LinuxPropertiesArgs>? = null, nonAzureComputerNames: Output<List<String>>? = null, operatingSystem: Output<OperatingSystemType>, targets: Output<TargetPropertiesArgs>? = null, windows: Output<WindowsPropertiesArgs>? = null)
Properties
Link copied to clipboard
List of azure resource Ids for azure virtual machines targeted by the software update configuration.
Link copied to clipboard
Linux specific update configuration.
Link copied to clipboard
List of names of non-azure machines targeted by the software update configuration.
Link copied to clipboard
operating system of target machines
Link copied to clipboard
Group targets for the software update configuration.
Link copied to clipboard
Windows specific update configuration.