Linux Profile Properties Response
    data class LinuxProfilePropertiesResponse(val adminUsername: String? = null, val ssh: LinuxProfilePropertiesResponseSsh? = null)
LinuxProfile - Profile for Linux VMs in the container service cluster.
Constructors
Link copied to clipboard
                fun LinuxProfilePropertiesResponse(adminUsername: String? = null, ssh: LinuxProfilePropertiesResponseSsh? = null)