你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LinuxConfiguration interface

指定虚拟机上的 Linux作系统设置。

有关受支持的 Linux 分发版的列表,请参阅 Azure-Endorsed 分发版上的 Linux

扩展

属性

disablePasswordAuthentication

指定是否应禁用密码身份验证。

osType

多态鉴别器,它指定此对象可以的不同类型的

ssh

指定 Linux OS 的 ssh 密钥配置。 (此属性已弃用,请改用“sshKeyPair” )

sshKeyPair

用于对 VM 进行身份验证的 SSH 密钥对。

属性详细信息

disablePasswordAuthentication

指定是否应禁用密码身份验证。

disablePasswordAuthentication?: boolean

属性值

boolean

osType

多态鉴别器,它指定此对象可以的不同类型的

osType: "Linux"

属性值

"Linux"

ssh

指定 Linux OS 的 ssh 密钥配置。 (此属性已弃用,请改用“sshKeyPair” )

ssh?: SshConfiguration

属性值

sshKeyPair

用于对 VM 进行身份验证的 SSH 密钥对。

sshKeyPair?: SshKeyPair

属性值