SshSettingPublicKey.Path 属性
获取或设置其中存储 SSH 公钥的文件的完整路径。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public string Path { get; set; }
public:
property String^ Path {
String^ get();
void set(String^ value);
}
member Path : string with get, set
Public Property Path As String
属性值
Type: System.String
文件路径。
备注
如果该文件已存在,则指定的密钥将追加到该文件上。 Example:/home/user/.ssh/authorized_keys。
请参阅
SshSettingPublicKey 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首