Linux Configuration Response
data class LinuxConfigurationResponse(val disablePasswordAuthentication: Boolean? = null, val osType: String, val ssh: SshConfigurationResponse? = null, val sshKeyPair: SshKeyPairResponse? = null)
Specifies the Linux operating system settings on the virtual machine.
For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
Constructors
Link copied to clipboard
fun LinuxConfigurationResponse(disablePasswordAuthentication: Boolean? = null, osType: String, ssh: SshConfigurationResponse? = null, sshKeyPair: SshKeyPairResponse? = null)