Linux Profile Properties Args
data class LinuxProfilePropertiesArgs(val adminUsername: Output<String>? = null, val ssh: Output<LinuxProfilePropertiesSshArgs>? = null) : ConvertibleToJava<LinuxProfilePropertiesArgs>
LinuxProfile - Profile for Linux VMs in the container service cluster.
Constructors
Link copied to clipboard
constructor(adminUsername: Output<String>? = null, ssh: Output<LinuxProfilePropertiesSshArgs>? = null)