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

VirtualMachineInstancePropertiesOsProfileLinuxConfiguration interface

LinuxConfiguration - 虚拟机实例的 Linux 特定配置值

属性

disablePasswordAuthentication

DisablePasswordAuthentication - 是否应禁用密码身份验证

provisionVMAgent

用于指示是否应在虚拟机实例创建过程中触发 Arc for Servers 代理载入。

provisionVMConfigAgent

用于指示是否应在虚拟机创建过程中安装虚拟机配置代理。

ssh

指定 Linux OS 的 ssh 密钥配置。

属性详细信息

disablePasswordAuthentication

DisablePasswordAuthentication - 是否应禁用密码身份验证

disablePasswordAuthentication?: boolean

属性值

boolean

provisionVMAgent

用于指示是否应在虚拟机实例创建过程中触发 Arc for Servers 代理载入。

provisionVMAgent?: boolean

属性值

boolean

provisionVMConfigAgent

用于指示是否应在虚拟机创建过程中安装虚拟机配置代理。

provisionVMConfigAgent?: boolean

属性值

boolean

ssh

指定 Linux OS 的 ssh 密钥配置。

ssh?: SshConfiguration

属性值