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

LocalUserKeys interface

存储帐户本地用户密钥。

属性

sharedKey

服务器自动生成的 SMB 身份验证。 注意:此属性不会被序列化。 它只能由服务器填充。

sshAuthorizedKeys

SFTP 的可选本地用户 ssh 授权密钥。

属性详细信息

sharedKey

服务器自动生成的 SMB 身份验证。 注意:此属性不会被序列化。 它只能由服务器填充。

sharedKey?: string

属性值

string

sshAuthorizedKeys

SFTP 的可选本地用户 ssh 授权密钥。

sshAuthorizedKeys?: SshPublicKey[]

属性值