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

OSProfile interface

指定 Azure 裸机实例的操作系统设置。

属性

computerName

指定 Azure 裸机实例的主机 OS 名称。

osType

此属性允许指定 OS 的类型。 注意:此属性不会被序列化。 它只能由服务器填充。

sshPublicKey

指定用于访问操作系统的 SSH 公钥。

version

指定操作系统的版本。 注意:此属性不会被序列化。 它只能由服务器填充。

属性详细信息

computerName

指定 Azure 裸机实例的主机 OS 名称。

computerName?: string

属性值

string

osType

此属性允许指定 OS 的类型。 注意:此属性不会被序列化。 它只能由服务器填充。

osType?: string

属性值

string

sshPublicKey

指定用于访问操作系统的 SSH 公钥。

sshPublicKey?: string

属性值

string

version

指定操作系统的版本。 注意:此属性不会被序列化。 它只能由服务器填充。

version?: string

属性值

string