LinuxConfigurationResponse

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
constructor(disablePasswordAuthentication: Boolean? = null, osType: String, ssh: SshConfigurationResponse? = null, sshKeyPair: SshKeyPairResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether password authentication should be disabled.

Link copied to clipboard

The OS Type Expected value is 'Linux'.

Link copied to clipboard

Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead)

Link copied to clipboard

The SSH Key-pair used to authenticate with the VM's.