共用方式為


UserAccountSettings.AdminUserSshPublicKey 屬性

定義

取得或設定 SSH 公開金鑰。

[Newtonsoft.Json.JsonProperty(PropertyName="adminUserSshPublicKey")]
public string AdminUserSshPublicKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="adminUserSshPublicKey")>]
member this.AdminUserSshPublicKey : string with get, set
Public Property AdminUserSshPublicKey As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

系統管理員使用者帳戶的 SSH 公開金鑰。

適用於