Update Configuration Response
data class UpdateConfigurationResponse(val azureVirtualMachines: List<String>? = null, val duration: String? = null, val linux: LinuxPropertiesResponse? = null, val nonAzureComputerNames: List<String>? = null, val operatingSystem: String, val targets: TargetPropertiesResponse? = null, val windows: WindowsPropertiesResponse? = null)
Update specific properties of the software update configuration.
Constructors
Link copied to clipboard
fun UpdateConfigurationResponse(azureVirtualMachines: List<String>? = null, duration: String? = null, linux: LinuxPropertiesResponse? = null, nonAzureComputerNames: List<String>? = null, operatingSystem: String, targets: TargetPropertiesResponse? = null, windows: WindowsPropertiesResponse? = null)