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

SshProfile 类

定义

SSH 公钥的列表。

public class SshProfile
type SshProfile = class
Public Class SshProfile
继承
SshProfile

构造函数

SshProfile()

初始化 SshProfile 类的新实例。

SshProfile(IList<SshPublicKey>)

初始化 SshProfile 类的新实例。

属性

PublicKeys

获取或设置 SSH 公钥的列表。

适用于